From: Gabriel C. <gab...@xs...> - 2008-12-03 15:08:57
|
Hi, I'm new in firebird (Firebird-2.1.1.17910-0_Win32). I'm trying to migrate from MsSql. I'm promgraming in Clarion 6.3 and connecting to firebird via ODBC (Firebird_ODBC_1.2.0.69-Win32). In Mssql I open a Transaction sending: BEGIN TRAN Now I'm trying to open using: SET TRANSACTION But the server response: invalid transaction handle (expecting explicit transaction start) What am I doing wrong? |