Create data base in Access 2003 and try to connect it in my programm using DAO Open("path"). After compiling getting error message "Unrecognized database format db1.mdb".
But if i create a data base in program with help of DAO Create, everiting is working.
But problem is that i have to work with the base created in Access 2003.
Please somebody help.
Using VC++ 6.
heav_yduty 0 Newbie Poster
Recommended Answers
Jump to PostUpgrade to VC++ 2008 or use an earlier version of Access. VC++ 6.0 is no longer supported by Microsoft, and hasn't been for several years now.
Jump to PostCOleVariant class encapsulates the VARIANT structure, which is nothing more than a union of a bunch of data types and pointers. The field vt is an integer that tells which of the field is represented by the union. Those data types are listed at the bottom of
All 8 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
heav_yduty 0 Newbie Poster
mitrmkar 1,056 Posting Virtuoso
heav_yduty 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
heav_yduty 0 Newbie Poster
heav_yduty 0 Newbie Poster
mitrmkar 1,056 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.