Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating A Table
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00611767
Message ID:
00611960
Views:
22
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]
Previous
Reply
Map
View

Click here to load this message in the networking platform