Board index » delphi » Nested Transactions With Delphi 5 and SQL Server 2000
Mike Evans
![]() Delphi Developer |
Fri, 22 Oct 2004 18:59:47 GMT
Nested Transactions With Delphi 5 and SQL Server 2000
Hello!
I am having big problems implementing nested transactions in my delphi app http://support.microsoft.com/default.aspx?scid=kb;en-us;Q238163 This article gives VB code and I am trying to translate it into Delphi. I VAR Test:_Connection; Test.Execute('BEGIN TRANSACTION OuterMost',adAffectAll,1); The type library states that the last parameter is options and should be Does anyone know what is wrong, or has anyone managed to get nested Cheers Mike |