insert into detal table

  • Thread starter Thread starter Felix González
  • Start date Start date
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
 
Are you using a DataSet locally and calling update or rolling your own
update logic?
 
Back
Top