T
Ted Bogucki
I start with an empty dataset
I then add several rows to it
I then update the SQL table with the dataset update method
The table's primary key is an identiy field so the id's are generated by SQL
how do I get the id's that were generated when the records were inserted?
Can I get them loaded back into the dataset?
I then add several rows to it
I then update the SQL table with the dataset update method
The table's primary key is an identiy field so the id's are generated by SQL
how do I get the id's that were generated when the records were inserted?
Can I get them loaded back into the dataset?