(ODBC Manager Library)
Description: Launches a transaction in the specified database connection. The transaction will be cached locally if it fails and then sent to the database after the next successful transaction. This module is designed to provide logging of values that must not be lost.
Returns: Nothing
Usage: Script
Format: \ODBCManager\TransactionCached( ErrorPtr, CmdStr, DSN, UserName, Password[, BatchSize])
Parameters: ErrorPtr { Pointer } { required } { no default: }
A Pointer to the error status. Always set valid on completion.
CmdStr { text } { required } { no default: }
The SQL command to be processed within the transaction.
DSN { text } { required } { no default: }
DSN of the database within which to start the transaction.
UserName { text } { required } { no default: }
A user name, if required to connect to the database
Password { text } { required } { no default: }
A password, if required to connect to the database
BatchSize { numeric } { optional } { no default: }
Obsolete.
Returns: Returns an object value for the transaction.
Comments: This module is a member of the ODBCManager Library, and must therefore be prefaced by \ODBCManager\, as shown in "Format" above.