Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Error handling for Deleting Records

Author  Topic 

mpskarthik
Starting Member

1 Post

Posted - 2001-03-19 : 02:02:47
Hi,
I need some help in error handling for deleting records in database.
In SQL7.0 the record to be deleted if not found, does'nt seem to throw any error.
Is there some indication by which we can know if the record was deleted or not.
Transactions seem to work only if database related errors occur, does'nt seem to be true in this case.


   

- Advertisement -