A
Andy Fish
hi,
i am using a DataAdapter and DataSet to insert rows into a table which has
an identity column
I would expect that once I have executed the update, the field in the
corresponding DataRow would have been updated to reflect the newly allocated
id, but this does not seem to be the case.
am I missing something simple or does it simply not do this?
Andy
i am using a DataAdapter and DataSet to insert rows into a table which has
an identity column
I would expect that once I have executed the update, the field in the
corresponding DataRow would have been updated to reflect the newly allocated
id, but this does not seem to be the case.
am I missing something simple or does it simply not do this?
Andy