I would like to know the Rollback transaction support for ODBC.
I have a SQL Server 7.0 and i access it using a DSN through my ASP page. If i want to implement Rollback for my transaction how should i go ahead in my ASP.
Thanx, Abhay Vaidya
This is a PHP forum, not ASP
BEGIN WORK, COMMIT WORK and ROLLBACK WORK are SQL queries, you don't need any special functions.