![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I might not be explaining this correct. I have a table right now that has 7 rows. I want to delete 1 of the rows. Then I want to go back and do the rollback to undo the transaction of the delete. If it works the way I understand, I should do a select statement and see the 7 rows. Delete the 1 I want. Do a select statement and see 6 rows. Then do the rollback. Then another select statement and see the original 7 rows again. I can't do something that gives me errors because I know I will get none. I know the delete I am doing works. The issue is doing a delete and then a rollback to obtain the information that I started with before I did the delete. I can't do a stored procedure. I also can't do an else if program that gives errors. All I want is a basic way to delete a row. Then view the table to make sure it deleted, then go back and do the rollback command and then view the table again to make sure that the original information is there before I did the original delete. -- Message posted via http://www.sqlmonster.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |