| Home | How To | Online Documentation | Support | Download | Order |
|
|
void setAutoCommit(SAAutoCommit_t
eAutoCommit ); Enables or disables autocommit for the current connection, that is, automatic commit of every SQL command. ParameterseAutoCommit. One of the following values from SAAutoCommit_t enum:
RemarksIf autocommit is on, the database is committed automatically after each SQL command. Otherwise, transaction is committed only after Commit calling. To get current autocommit option state use AutoCommit method. Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||