G
GotDotNet?
Is there a way to insert data into 2 tables but use the ID from table 1 and
insert that into table 2 as well as several other values?
so I can insert a ID into table1, I then need that ID and insert that with
the records into table2.
I'm not using a a stored procedure, I'm using inline sql statements.
should I do the insert first then do a select on table1 and use that
parameter or is there another way to do this?
insert that into table 2 as well as several other values?
so I can insert a ID into table1, I then need that ID and insert that with
the records into table2.
I'm not using a a stored procedure, I'm using inline sql statements.
should I do the insert first then do a select on table1 and use that
parameter or is there another way to do this?