Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I create an empty MDB ?
Message
From
18/10/2002 09:45:18
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00712425
Message ID:
00712840
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform