ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Canceling a current transaction or an interrupted transaction on a Client/Server connection Hide the details
True if the transaction was canceled,False if a problem occurred. HErrorInfo returns more details about the error. Caution: If a transaction is in progress on the connection, it is canceled. If no transaction is in progress, the interrupted transactions are canceled for the specified connection.
Name of the Connection variable that describes the connection to use.
Canceling an interrupted transaction on a Client/Server database (to be used if no transaction is in progress) Hide the details
True if the transaction was canceled,False if a problem occurred. HErrorInfo returns more details about the error.Caution: Only the interrupted transactions on the specified database are canceled.The transactions in progress are not canceled.
Name of relevant database. An error occurs if this parameter corresponds to an empty string ("").
Canceling a specific transaction, linked to a connection Hide the details
True if the transaction was canceled,False if a problem occurred. HErrorInfo returns more details about the error.Caution: Only the interrupted transactions on the specified database are canceled.
Identifier of transaction that will be canceled for the specified connection. This identifier is returned by <Connection variable>.TransactionList.
Location and access to data files
Detecting an error
Tip: Restoring the database consistency
Error cases
Transactions and independent HFSQL context
OLE DB and Native Connectors
Last update: 10/21/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: