saving multiple data enteries
-
i m working with C#.net and at the back end access database i have four tables in my database category Images employee & empinfo the first three tables above have the primary keys made foriegn keys in the table of empinfo now i need a code in C#.net how to store all the information in the tables of "category", "Images" and "employee" and finally in the table of "empinfo" new to C#.net programming plzzzzz can anyone help???? :((
-
i m working with C#.net and at the back end access database i have four tables in my database category Images employee & empinfo the first three tables above have the primary keys made foriegn keys in the table of empinfo now i need a code in C#.net how to store all the information in the tables of "category", "Images" and "employee" and finally in the table of "empinfo" new to C#.net programming plzzzzz can anyone help???? :((
I would like to say one thing, make sure to put all insert statement in signle transaction. It is mean firt do the Bigin Transaction Update/Insert first table ...... Commit transaction If anywhere exception occured then do the Rollback transaction. Note: Insert or Update query you can find on google.
Parwej Ahamad ahamad.parwej@gmail.com