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
ian 0
NA
1
0
multiple insert statement
Dec 3 2004 2:46 PM
Hey Gang, Got a problem trying to use an insert .. select statement to populate one table with anothers auto_generated key. I don't know if i have the tables in sql server done properly as the tables are as follows: [b]tbl_disclaimers[/b] recnumberid int(4) not null -> identity yes, foreign key callnumber varchar(255) not null, backup bit(1) null, antivirus bit(1) null, delivery bit(1) null ) [b]tbl_params[/b] recnumberid int(4) not null primary key -> identity yes amount money(8) null my basic sql command is INSERT INTO tbl_params SELECT recnumberid FROM tbl_disclaimers where recnumberid = '2'
Reply
Answers (
0
)
Difference between using ADO.NET classes/objects or Methods of COmmand class
can't update in datagrid button