ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Transaction on the files of a database opened by SQLConnect Hide the details
True if the operation was performed,False otherwise.
Type of transaction operation to perform:sqlStartStarts the transaction.sqlCommitEnd the transaction.sqlRollBackCancels the transaction.Remark: This syntax is not available in Android.
Transaction on the files of a database opened by a connection described in the analysis or by HOpenConnection Hide the details
Type of transaction operation to perform:sqlStartStarts the transaction.sqlCommitEnd the transaction.sqlRollBackCancels the transaction.
Name of connection used to access the database. This name was defined in the data model editor or by HOpenConnection. This connection must have been described during the call to SQLTransaction. If the connection is not opened during the call to SQLTransaction, the specified connection is automatically opened.
Syntax 2: Performing a transaction on a connection
Nesting transactions
Native MySQL Connector
Last update: 09/23/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: