Transactions in SQL Server 6.5 
Author Message
 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



Sun, 24 Oct 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. New Transact-SQL Debugger for Microsoft SQL Server 6.5/7.0

2. Import text file in SQL Server 6.5 via SQL in Visual Basic

3. SQL Debugger for Microsoft SQL Server 7.0 and 6.5

4. Import text file in SQL Server 6.5 via SQL in Visual Basic

5. Why to use COM+ transaction and not just SQL Server transaction

6. Why to use COM+ transaction and not just SQL Server transaction

7. select Count(*) with date with sql server 6.5 and 7

8. Question regarding Access97 linking to SQL Server 6.5

9. Pessimistic Recordlocks Access --> SQL Server 6.5

10. Access 97 and SQL Server 6.5

11. Data Type Constants in SQL Server 6.5

12. VB 5.0 and SQL Server 6.5 Contract

 

 
Powered by phpBB® Forum Software