|
-
October 26th, 1999, 04:52 AM
#1
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!!
-
October 26th, 1999, 06:16 AM
#2
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.
-
October 26th, 1999, 11:20 AM
#3
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.
-
April 17th, 2000, 06:29 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|