CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Posts
    1

    accessing btrieve data base using visual basic

    hi all,
    could u please help me , i want to access a btrieve data base that is the ddf file using visual basic that is external file type i believe. how do you access it could you please send a sample code on how to do it . the place i am stuck is which driver to use . that is ole db .. it's urgent please help


    thanks in advance
    jaggi


  2. #2
    Guest

    Re: accessing btrieve data base using visual basic

    I have used the ODBC driver from pervasive, you can download on their web site. In VB just set up a connection object using the ODBc DSN you created.
    Their are pleanty og examples around..




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured