
Transactions in SQL Server 6.5
I am using VB 5.0 with SQLServer 6.5.
In VB I say;
RDC.BeginTrans
RDC.resultset.update
but if there is a problem with update in SQl Server, it says;
'The rollback transaction request has no corresponding Begin
Transaction'
How can I connect the BeginTrans in VB with the ROLLBACK in SQL Server
Trigger so that they work as the same transaction ?
--
Sarfraz Ahmad