0
Reply

Autoincrement in Datasets

loveharpal

loveharpal

Sep 24 2004 1:41 PM
1.7k
If a table column is set as autoincrement and i only retrieve a subset of of the table in a 'typed dataset' then when I try to insert a new row into the dataset the autoincrment count is all screwed up. The insert does not work properly and the changes are not saved. I do not wish to load up the whole table into the dataset because there can be thousands of rows in there. Does any one have a suggestion??? Thanks,