DBengine.CompactDatabase fails to change mdb version 
Author Message
 DBengine.CompactDatabase fails to change mdb version

Can someone help?  I am using this syntax:

DBEngine.ComactDatabase  OldDBFileName_11, NewDBFileName_30, , dbVersion30

in an attempt to convert jet 1.1 databases to Jet 3.0.

When I execute this in my VB5 program, no errors are generated and
NewDBFileName_30 is created on my hard drive.  But when I open
NewDBFileName_30 with the Data Add-in from VB5 and inspect the newly created
database, its version is still listed as 1.1.

In addition, the V1xNullBehavior property is not created.  I have been over
and over the examples in the VB5 doc and in Books Online, and my code is
exactly the same (filenames notwithstanding) as the examples for the
illustration of compactDatabase and V1xNullBehavior property creation.

Can someone help?  I have checked MSKB and found nothing applicable.  (I
have SP3 of VB5 Pro).

My Jet 1.1 database is very simple.  Just a half dozen or so tables, each
with just one or two indices, no code or queries, no security, no validation
rules.  (I implement all the validation and integrity rules in my VB app's
code.)

Thanks tons,
WK



Sun, 15 Oct 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. VB6 CompactDatabase Does Not Change Version

2. CompactDatabase Method Not Changing Version Property

3. DBEngine.CompactDatabase question

4. DBEngine.CompactDatabase & Access2000

5. Problem using DBEngine.CompactDatabase

6. DBEngine.CompactDatabase; New developments

7. A partial solution: DbEngine.CompactDatabase

8. DBEngine.CompactDatabase

9. DBEngine & CompactDataBase

10. dbEngine.compactdatabase - Give me back my memory!!

11. DBEngine.CompactDatabase

12. DBEngine.CompactDatabase problem

 

 
Powered by phpBB® Forum Software