ADO MSSQL7 and two independent transactions

From: Kysy (krzys_at_zeto.swidnica.pl)
Date: 04/23/04


Date: Fri, 23 Apr 2004 09:31:57 +0200

Is possible to open two independent (parallel) transactions on one
connection?
In InterBase-VCL we have TIBTransaction classess. In ADO (Delphi6)
BeginTrans and other transaction-flow methods are stored in TADOConnection
class. I dont want nested transactions, just save logs from one transaction
even if this transaction must be rollback.

K