insert into detal table

F

Felix González

Hi,
I´m using VS 2005 and SQL server mobile 2005.
In my application I´ve a master table with a pimary key defined as identity
and datial with a foreign key defined.
How can I insert in this detail table? I don´t know the primary that wil be
generated by SQL.

thanks
 
W

W.G. Ryan - MVP

Are you using a DataSet locally and calling update or rolling your own
update logic?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top