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
Tatiso Xavier
NA
1
1.2k
Adding data in related Access Database using C# as language.
Oct 1 2014 10:23 AM
Assuming that i have 2 related tables.
CUSTOMERS
(Cus_Id, Cus_Address, Cus_Name) and
ORDER
(Order_NO, Order_Descrip, Cus_Id)
customers to orders is
--- one to many.
how do i add data into
CUSTOMERS
table or
ORDER
table? Am using OLEDB which is Access database and C# as language.
Thanks
Reply
Answers (
1
)
Make deployment in C#.Net with database creation.
Not displaying anything in Gridview