insert (update) several tables simultaneously?
Posted: Thu Jun 28, 2012 2:46 am
I have 3 tables, and is going to insert one new record.
The first table might be succeeded, but the second or the third one failed.
That will cause problem, for half done.
I want either all succeeded or none.
How can I do that, except by writing a complicate program to check before insertion?
The same question for update.
The first table might be succeeded, but the second or the third one failed.
That will cause problem, for half done.
I want either all succeeded or none.
How can I do that, except by writing a complicate program to check before insertion?
The same question for update.