Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I create an empty MDB ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00712425
Message ID:
00712840
Vues:
21
This message has been marked as the solution to the initial question of the thread.
Ok! Below follows the code to create an empty MDB:

NewMDB = CREATEOBJECT('ADOX.Catalog')
NewMDB.Create("Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=.\NameOfNewMDB.mdb;")
RELEASE NewMDB

Many thanks for all.

Vinicius Ribeiro
vinicius.ribeiro@ig.com.br
Atenciosamente,

Vinicius Ribeiro
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform