rudeboymcc
Registered User.
- Local time
- Today, 01:52
- Joined
- Sep 9, 2008
- Messages
- 69
Hi.
I'm trying to create an archive for my database. i'm going to append from multiple tables to another databse, adn then delete the originals.
THis is fine, but I'm worried somehting will happen during append and then all teh originals will be deleted.
what's teh best way to handle errors? is there a way to say if therre's an error, then undo all changes? I don't want it to only append half of them and stop half way.
thanks any help is appreciated.
I'm trying to create an archive for my database. i'm going to append from multiple tables to another databse, adn then delete the originals.
THis is fine, but I'm worried somehting will happen during append and then all teh originals will be deleted.
what's teh best way to handle errors? is there a way to say if therre's an error, then undo all changes? I don't want it to only append half of them and stop half way.
thanks any help is appreciated.