More about the SQL::Connection Object
/documentation/pages/Ref/Api/Namespace/SQL/Connection/More about the SQL Connection Object.xml
While working in the Interactive window, after creating the conn SQL::Connection object, you could type.
Executing a SQL Query with the SQL::Connection Object
/documentation/pages/Server/Reference/Design/Data/SQL/Executing a SQL Query with the SQL Connection Object.xml
Return to the Interactive window and open a new connection to AlphaSports.MDB.
SQL::Connection ClearSchemaCache Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ClearSchemaCache Method.xml
Clear any schema data cached by the connection.
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.
SQL::Connection ListDatabases Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListDatabases Method.xml
Return a list of databases from the current server.
SQL::Connection ListAutoIncrementImplementations Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListAutoIncrementImplementations Method.xml
Create a crlf() delimited list of auto-increment implementations for the current SQL syntax.
SQL::Connection ListServers Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListServers Method.xml
Return a list of servers for the current connection Application Programming Interface(API).
SQL::Connection ListSyntaxes Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListSyntaxes Method.xml
Create a crlf() delimited list of installed SQL Syntaxes.
SQL::Connection GenerateCreateTableStatement Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/GenerateCreateTableStatement Method.xml
Generate a SQL CREATE TABLE statement for the table passed in.