Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compact an ACCESS db (.mdb) programmatically
Message
 
À
14/11/2001 07:27:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00581402
Message ID:
00581436
Vues:
19
Hi,
You can make it using JRO (Jet and Replication Objects):
strConnOriginal = "Provider=Microsoft.Jet.OLEDB.4.0;" + ;
                  "Data Source=E:\Orig.MDB;"
strConnNew = "Provider=Microsoft.Jet.OLEDB.4.0;" + ;
             "Data Source=E:\New.MDB;"
jroEngine = CreateObject("JRO.JetEngine")
jroEngine.CompactDatabase(strConnOriginal, strConnNew)
>How can I compact an ACCESS db (.mdb) programmatically using SQLConfigDataSource or by using the OLE technology ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform