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
Avuya Mxoli
NA
236
208.7k
Insert into c# sql
Aug 25 2011 1:54 PM
I'm trying to insert records in a table in access and also in a grid thats in my program. Now my problem is tht I want to Insert columns that are from 2 seperate tables in my grid but insert only some of them in the actual access database. here is the general feel of this: Access database table name is Appointment the fields are PatientID, DoctorID,AppointmentNumber, AppointmentDate. All are text data types except the date. Then I have my grid which should display the PatientID,PatientSurname,PatientName,DoctorID,AppointmentDate. Now I am having trouble reading from these 2 tables in a single Insert Into...can anyone help
I am using c# and a 2007 access database
Thanks
Reply
Answers (
6
)
Range function in mysql
Cofiguration to connect multiple database using NHibernate and C#