Starts a transaction on the data source, identified by the xaction parameter. Before starting a transaction, you can check whether the underlying provider does support transactions or not by using the gda_connection_supports function.
a GdaTransaction object.
TRUE if the transaction was started successfully, FALSE otherwise.
See Implementation
Starts a transaction on the data source, identified by the xaction parameter. Before starting a transaction, you can check whether the underlying provider does support transactions or not by using the gda_connection_supports function.