Consultor Eletrônico



Kbase P110812: How to disable autocommit for the ODBC driver
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/14/2005
Status: Unverified

GOAL:

How to disable autocommit for the ODBC driver

GOAL:

How to set autocommit to false with ODBC

FIX:

Within the Connection handle of your ODBC application set the
attribute: SQL_ATTR_AUTOCOMMIT=102 (1.0)
with the value: SQL_AUTOCOMMIT_OFF=0 (1.0)