dbEndTransaction
Version 22.0.8473
dbEndTransaction
Version 22.0.8473
Commit or rollback the transaction.
Required Parameters
- driver: The JDBC driver class name in the Java version or the ADO.NET provider name in the .NET version.
- conn: The connection string or database URL.
Optional Parameters
- user: The database username passed to initialize the JDBC connection object. This can also be set in the JDBC URL.
- password: The database password passed to initialize the JDBC connection object. This can also be set in the JDBC URL.
- transactionid: The Id of the transaction.
- transactionaction: The action of the transaction. The allowed values are ‘commit, rollback’.