
URGENT: Convert Jet 2.0 to 3.5 via VB
rodolfo,
You can use the CompactDatabase method to convert it a 3.0 format which is
compatible with jet 3.5.
Example:
DBEngine.CompactDatabase "YourOld.mdb", "YourNew.mdb", dbLangGeneral,
dbVersion30
There is also probably an Access method that can be called from VB if you
need. I did not look for this however.
Hope this helps and Good Luck,
Chris Bristow
Quote:
> can anybody teelme if is it possible to convert an mdb file of Jet 2.0
> to Jet 3.5 via code from VB? or is it only possible to do with access
> 97?
> thanks for the help
> rodolfo