Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating A Table
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00611767
Message ID:
00611960
Vues:
24
Dim dbConnection As ADODB.Connection

Set dbConnection = New ADODB.Connection
dbConnection.CursorLocation = adUseClient
dbConnection.Open [your connection string]
dbConnection.Execute [Create Table or Alter Table command]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform