Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Please Help, Compact the database by command
Message
 
À
16/07/2001 00:49:25
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Divers
Thread ID:
00526148
Message ID:
00534870
Vues:
13
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform