URGENT: Convert Jet 2.0 to 3.5 via VB 
Author Message
 URGENT: Convert Jet 2.0 to 3.5 via VB

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



Fri, 22 Jun 2001 03:00:00 GMT  
 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



Fri, 22 Jun 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. US/UK Date corruption: Jet 3.5 stored procs via Jet 4

2. Jet 2.0 on NT 3.5

3. RDO 2.0 vs. Jet 3.5

4. Accessing Access 2.0 databases with Jet 3.5

5. recordset.open via JET 3.5

6. ADO rs.open via Jet 3.5

7. Convert DAO 3.5 to DAO 3.6 Jet Engine 4.0

8. Jet 3.0 vs Jet 3.5 table locking during queries

9. jet 3.5 vs jet 4.0

10. Jet 3.5 or Jet 4.0

11. Problems with Using Jet 3.5 and VB

12. Jet Error 3170 with DAO 3.5 and Access 95 in a VB app

 

 
Powered by phpBB® Forum Software