[freetds] Using SQLExecDirect("begin transaction")

Sebastien FLAESCH sf at 4js.com
Thu Dec 13 05:25:51 EST 2007


Dear all,

In our Native SQL Server driver using ODBC (MDAC), we could explicitly execute:

begin transaction
commit transaction
rollback transaction

with a simple SQLExecDirect() call, but this fails now with FreeTDS... why?

Is this controlled by the FreeTDS ODBC code to avoid conflicts with SQLEndTrans()?

Thanks
Seb


More information about the FreeTDS mailing list