Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connect to MySQL
Message
 
 
To
14/08/2005 21:11:51
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
01037749
Message ID:
01041306
Views:
18
Hi, for DDL i meant "Data Definition Language".

First create an ADODB connection to the MySql server (dim Db as new ADODB.Connection), then open it with an appropiate connection string (db.open ""), then try to execute "CREATE DATABASE ..." using the MySql required syntax, if you get an error while doing this then you should search some information about MySql regarding script executing from command line and try to achive your goal with the shell statement.
Previous
Reply
Map
View

Click here to load this message in the networking platform