identity column

  • Thread starter Thread starter Felix González
  • Start date Start date
F

Felix González

Hi,

In SQLServerCe I´ve a table with a identity colum, and in .net I use a
dataset with a DataAdapter. When I insert record in table, how can refresh
the dataset with the new value of identity colum?

thanks
 
Back
Top