Roll Back Options - TechRepublic
General discussion
January 12, 2002 at 01:12 AM
dfontahfru

Roll Back Options

by dfontahfru . Updated 24 years, 2 months ago

I am currently developing a financial application in VB. The ADO control is used to access data from an MS SQL Server database. I use the TABLE.Save command to save any table prior to updating the the table; and restore this saved information to the table in case of error. This method has proven to be inefficient because any power failure will result in some tables being updated and others left out. This is very dangerous in a financial environment.
Is there any method of Roll Back used in ADO that will allow the tables to be updated only when Commitrans is called?

This discussion is locked

All Comments