SE_connection_get_transaction_autocommit |
Gets the user transaction autocommit interval
LONG SE_connection_get_transaction_autocommit (SE_CONNECTION handle, LONG *interval);
handle | SDE server connection handle |
interval | The number of modification operations (stores, replaces, and deletes) to allow before performing an autocommit. A value of 0 means never autocommit. |
This function gets the user transaction autocommit interval for the current connection. This number is a count of the number of database write operations (stores, deletes, and replaces) to allow before forcing an underlying database commit. If 0 is specified, then no autocommit will be performed.