Accessing versions of Access using VC++ & DAO 
Author Message
 Accessing versions of Access using VC++ & DAO

Hi All,

I'm inherited a fairly large application written in C++ and DAO (and other
technologies).  It works fine with Access97 DBs. I've got to upgrade it to
be able to use Access2000.

The database is processed by a CDaoDatabase object, using its Open method
with one argument: the fully qualified name of the database.  What I need is
a way to specify the DAO version.

I have done this using VBScript where the DB engine can be specified when
creating a DAO object --
I specified DAO.DBEngine.35 (for Access97) or .36 (for 2000).

To keep the app from getting more complicated by introducing scripting, I
need to specify the DB Engine in C++ terms.
Any suggestions would be appreciated.

Regards,
Richard



Sat, 08 Nov 2003 10:33:05 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. connect vc++ & msaccess 2000/2002 thru dao

2. Access as data Server Using ADO & DAO

3. Accessing secured Access database using DAO

4. display chinese using DAO 3.6/VB6 in accessing Access 2000 DB.

5. accessing MS access database using VB&CGI

6. ADO, DAO VERSIONS AND ACCESS 97

7. 16 Bit version of DAO for Access 97

8. ADO, DAO VERSIONS AND ACCESS 97

9. Moving VB to VC & Access Database etc

10. moving vb to vc & access database etc

11. access/dbase/vc++

12. Accessing Events Procs & module code through DAO

 

 
Powered by phpBB® Forum Software