Board index » delphi » Re: Transactions
Ryan Schoolman
![]() Delphi Developer |
Re: Transactions2004-08-07 02:11:45 AM delphi62 It's odd because my connection is not in transaction. And yes I am using SQL Server 2000. and I just have one line like Connection.SQLConnection1.StartTransaction(TD); it bombs if I have change it to if not Connection.SQLConnection1.InTransaction then Connection.SQLConnection1.StartTransaction(TD); Now remember when debugging I get this value from Connection.SQLConnection1.InTransaction=FALSE I think that explained it better let me know if you need more info. "Bill Todd (TeamB)" <XXXX@XXXXX.COM>writes QuoteOn Fri, 6 Aug 2004 13:02:56 -0500, "Ryan Schoolman" |