Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to connect Access 2000 with CDAOdatabase

Status
Not open for further replies.

christinaL

Programmer
Sep 12, 2002
1
CA
In my APP, I used CDAODatabase to connect Access97 successfully, but when I upgraded the database to Access 2000, the CDAODatabase can't recognize the Access2000 DB format. I use VC++ 6, and VisualStudio SP5. Any idea?

Thanks.
 
I have played around with this a bit and the easiest thing I found was I could either export the database in the 97 format OR create an ODBC source for the new 2k database and use CDatabase instead.

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top