Search found 2 matches
- 04.09.2008, 14:57
- Forum: ADO
- Topic: ADO and Transactions
- Replies: 1
- Views: 1992
Hi I have now fixed the problem... From looking at this post: http://zeos.firmos.at/viewtopic.php?t=1988 The transaction needed to be on the connection object rather than the SQL statement in the TZQuery object. So by looking at the above post I realised that there was an ExecuteDirect function that...
- 03.09.2008, 10:14
- Forum: ADO
- Topic: ADO and Transactions
- Replies: 1
- Views: 1992
ADO and Transactions
Hello, I have a problem with transactions and ADO. I have two programs one that connects to a MSSQL 2005 server and the other that connected to an MSSQL 2000 server. I was using mssql (ntwdblib.dll) protocol to connect to the servers and that worked fine with the transactions but because it truncate...