- SQL::Connection CreateTable Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CreateTable Method.xml
Create a table in the currently connected database using the TableInfo specification.
- Function Topics
/documentation/pages/Index/Function List.xml
Page links to functions.
- SQL::TableSnapshot Store Function
/documentation/pages/Ref/Api/Namespace/SQL/TableSnapshot/Store Method.xml
Creates a table and stores data contained in the snapshot into the database referenced by the open connection provided. If the parameter CreateTables is set to false, the table is assumed to exist.
- a5_createtable_sql_import Function
/documentation/pages/Ref/Api/Functions/SQL Helper Functions/a5_createtable_sql_import Function.xml
Displays a dialog box to import a single table from a SQL Data source
- SQL::Query::ReleaseConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/ReleaseConnection Method.xml
Clear out the connection property.
- SQL::Query::OpenConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/OpenConnection Method.xml
Generate a native SQL statement using the selected syntax associated with the current or passed connection.
- SQL::Connection Open Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/Open Method.xml
Connect to a database. (See help for SetConnectionString for details on constructing a connect string.)
- SQL::ImportStatement::ReleaseConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/ReleaseConnection Method.xml
Clear out the connection property.
- SQL::Connection CommitTransaction Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CommitTransaction Method.xml
Apply a set of changes started with BeginTransaction.
- SQL::Connection DropDatabase Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/DropDatabase Method.xml
Remove a database.