From: Dimitry S. <sd...@ib...> - 2013-10-07 21:05:02
|
Hello, All. Should call of SQLColumns() start transaction? I wonder because now with auto-commit mode off, this call _does_ start transaction and following call of SQLDisconnect() without SQLEndTran() return 25000 error code. It is not clear for me from ODBC docs whether SQLColumns() is "an SQL statement that can be contained within a transaction" or not. -- WBR, SD. |