I created three tables in mysql which are inter linked
the tables are
User(User_ID)
Login_Info(User_ID)
Status(User_ID)
here I gave only the primary key field.
when I insert a user's info, I need to do a atomic transaction in the database
i.e, If a user is added, the values of the user is inserted into the three tables, otherwise no values should be inserted.
Please anyone know this give me the things.
By
Amudhan