Skip to Content.
Sympa Menu

freetds - [freetds] Using SQLExecDirect("begin transaction")

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Sebastien FLAESCH <sf AT 4js.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] Using SQLExecDirect("begin transaction")
  • Date: Thu, 13 Dec 2007 11:25:51 +0100

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




Archive powered by MHonArc 2.6.24.

Top of Page