- 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 CommitTransaction Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CommitTransaction Method.xml
Apply a set of changes started with BeginTransaction.
- SQL::Connection RollBackTransaction Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/RollBackTransaction Method.xml
Undo a set of changes started with BeginTransaction, but not yet applied (CommitTransaction hasn't been called).
- SQL::Connection InsertData Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/InsertData Method.xml
Apply new rows to a table in the currently connected database using a result set.
- 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::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 DropDatabase Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/DropDatabase Method.xml
Remove a database.