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.
insert (update) several tables simultaneously?
Moderator: General Moderators