
Convert Access 2.0 MDB to Access95 MDB?
Steven,
Quote:
>I need to create a VB app that periodically converts an Access 2.0 database
>to an Access95 database. It doesn't appear that VB5's Compact method will
>work (according to both the Help file and the examples I've tried).
It should be able to physically convert the database, but it won't
correctly update any Access 2.0 module code to valid Access 95 module
code. The tables and queries should be converted however.
Here's an example:
dbengine.CompactDatabase "c:\access\sampapps\nwind.mdb",
"c:\temp\nwindc.mdb", , dbVersion30
-- Jim Ferguson, FMS
http://www.*-*-*.com/