- SQL::Connection Close Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/Close Method.xml
Close a SQL connection.
- Close Connection to SQL Database
/documentation/pages/Guides/Desktop/Design/Data/SQL/Close Connection to SQL Database.xml
The Close Connection to SQL Database action allows you to close a connection to a SQL database in a Desktop Application. This action must be preceded by the Connect to SQL Database action.
- SQL::Connection BeginTransaction Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/BeginTransaction Method.xml
Begin a batch of SQL updates, inserts and/or deletes that need to succeed or fail as a group.
- SQL::Connection GetPreferredSyntax Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/GetPreferredSyntax Method.xml
Return a the most appropriate syntax for the server specified or an empty string if not known.
- Function Topics
/documentation/pages/Index/Function List.xml
Page links to functions.
- SQL::Query::ReleaseConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/ReleaseConnection Method.xml
Clear out the connection property.
- 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::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 CommitTransaction Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CommitTransaction Method.xml
Apply a set of changes started with BeginTransaction.
- A5.CLOSE Function
/documentation/pages/Ref/Desktop_Api/Project/A5/A5.CLOSE Method.xml
The A5.CLOSE() method closes all open tables and shuts down Alpha Anywhere.