CreateSQLTable
Previous Top Next

Creates a new table in the database from the data stored in a Table control.
Syntax: CreateSQLTable (Table As DataGrid, SQLTableName As String)
Table - The name of the Table control.
SQLTableName - The name of the newly created table (must be a new table).

Example:
Con.CreateSQLTable ("Table1","customers")