Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Please Help, Compact the database by command
Message
 
To
16/07/2001 00:49:25
General information
Forum:
Microsoft Office
Category:
Access
Miscellaneous
Thread ID:
00526148
Message ID:
00534870
Views:
12
Hi!

>But I was using Visual Foxpro to create that system, is there any way to do it in Visual Foxpro way.

Yes:
strConnOriginal = "Provider=Microsoft.Jet.OLEDB.4.0;" + ;
                  "Data Source=C:\Orig.MDB;"
strConnNew = "Provider=Microsoft.Jet.OLEDB.4.0;" + ;
             "Data Source=C:\New.MDB;"
jroEngine = CreateObject("JRO.JetEngine")
jroEngine.CompactDatabase(strConnOriginal, strConnNew)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform