|
|
|
|
|
HTransactionInProgress (Function) In french: HTransactionEnCours Used to find out whether a transaction is in progress.
bConnexionEnCours is boolean = HTransactionInProgress()
MaConnexion is Connection
bConnexionEnCours is boolean = HTransactionInProgress(MaConnexion)
Syntax
<Result> = HTransactionInProgress([<Connection>])
<Result>: Boolean If a connection is specified: - True if there is a transaction on the specified connection or if there is a global transaction (for HFSQL Classic (ISAM) and all HFSQL Client/Server connections).
- False if there is no transaction in progress on the specified connection.
If no connection is specified: - True if there is a global transaction (for HFSQL Classic (ISAM) and all HFSQL Client/Server connections).
- False otherwise. Please note: there may be transactions in progress on specific connections.
<Connection>: Optional character string or optional Connection variable Connection to use. This connection corresponds to: Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|