Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

sqlipPrepareToCommit

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 8.1
    • Documentation

This function is used for future use for distributed transactions. Distributed transactions are currently not supported.

int sqlipPrepareToCommit(
String pCmdArgs,
xo_int piReadOnly);

Parameters for sqlipPrepareToCommit

Parameter Type Description
INPUT    
pCmdArgs String Transaction ID and other details.
piReadOnly xo_int Indicates whether the transaction is read only. Valid values are:
  • 1 - Only read commands have been performed on this transaction.
  • 0 - Data has been modified by this transaction.
  • RETURN    
      int OADS_SUCCESS - transaction is ready.
    OADS_ERROR - error was encountered preparing the transaction to commit. If the data source does not support distributed transactions, this is returned.
    TitleResults for “How to create a CRG?”Also Available inAlert