TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pes
NA
8.5k
0
Multiple Insert in ORACLE
Mar 21 2010 1:30 AM
hello,
does anybody know how to insert data into multiple tables on a single button click event?
EG:
i have 2 tables namely:
table1:
columns: empid,ename where empid is the primary key
and table2:
columns:empid,empcity where empid is the foreign key.
now what i want to do is i have created a form in asp.net
wherein i take the input of all these column details.And on the click of insert button i want to insert data into those tables.What is the procedure to be followed in C# code?
Should we use stored procedures?
But it is also not working.
Please Help
thank you.
Reply
Answers (
0
)
C#.net working with sql report service 2008
Open C# IDE and create a new Console Application