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
Susanta Rout
785
1.1k
125.7k
want to insert values to colum of one table to another
Sep 3 2015 7:07 AM
want to insert values of one column to another
suppose i have two table
1)student(student_id(int),class_id,subject_name)
2)student_subjects(subject_id,subject_name,class_id)
i want at one shot subject_name will insert into column of 1)student(subject_name) from 2)student_subject(student_name) where class id=TextBox.Text
ie
1)student(student_id=textbox1.text,class_id=textbox2.text,subject_name=will come from (student_subject) table
that means
if student_subject table have 5 book it will short at one time along with student_id and class_id for five time
Reply
Answers (
0
)
How to disable one or two button on different login user?
Role base Security