Converting Access 2.0 DB to Access 97 DB in VB code 
Author Message
 Converting Access 2.0 DB to Access 97 DB in VB code

Does anyone know if there is a way to convert an Access 2.0 database to an
Access 97 database within VB code?  I know you can convert it using Access
97 itself; however this is not a viable alternative since we must do the
conversion as part of a setup utility (and cannot assume that the PC being
setup will have Access 97).

Thanks,
Jeff



Fri, 19 Jan 2001 03:00:00 GMT  
 Converting Access 2.0 DB to Access 97 DB in VB code

?Does anyone know if there is a way to convert an Access 2.0 database
to an
?Access 97 database within VB code?  I know you can convert it using
Access
?97 itself; however this is not a viable alternative since we must do
the
?conversion as part of a setup utility (and cannot assume that the PC
being
?setup will have Access 97).

You can use CompactDatabase, but this function will not properly
convert certain database objects.

If your database contains objects other than tables and queries, I'm
afraid Access is the *only* other alternative.

Paul
~~~~



Sun, 21 Jan 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Convert Access 97 db to Access 2000 db in VB6

2. Converting an Access 2.0 DB to '97 in VB

3. Should I convert db from Access 97 to Access 2000

4. Converting Access 97 DB to 2000 using VB

5. Converting Access 2.0 DB to Access 1.0 or 1.1

6. Help: convert access 2.0 to access 97 using VB 5.0

7. opening access 97 db after convert/importing to 2000

8. Converting VB Code from Access 97 to Access 2002 or higher

9. Converting VB code modules in Access 95 to Access 97

10. Converting Access 2.0 to Access 97/2002

11. Converting Access 2.0 to Access 97

12. Converting Access 2.0 modules to Access 97

 

 
Powered by phpBB® Forum Software