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

    how to create ODBC driver in VB

    how to create ODBC driver to let the application access or share a database in windows?
    anyone can help me??
    thanks!!


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: how to create ODBC driver in VB

    why can't you use an existing driver?
    what type of database do you want to access?
    If it's Access (Jet), then simply use DAO or ADO.


  3. #3
    Join Date
    May 1999
    Posts
    7

    Re: how to create ODBC driver in VB

    I would also like to create an ODBC driver, specifically install the Jet 3.51 ODBC driver under a different name. My problem is that Crystal Reports 7 does not work with the Jet 4.0 ODBC driver, and installing Office 2000 overwrites the Jet 3.51 driver. I would like to have the 3.51 driver reside on another directory and register that driver under a separate name so that it is not overwritten.


  4. #4
    Guest

    Re: how to create ODBC driver in VB

    use ado to access the database. you have to instantiate a connection object specify the connection string and create a recordset based on your requirements.


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