Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connect to MySQL
Message
 
À
14/08/2005 21:11:51
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
01037749
Message ID:
01041306
Vues:
17
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform