M
moondaddy
I have a dataset with about 12 tables in it. I'm using this to support a
little demo app I'm building for proof of concept for a potential client and
there's no backend database involved. When I add record to a to the dataset
table all goes well except the autoincrement field stays at zero. this is
also the PK field for the table. I set the AutoIncrement property to True,
AutoIncrementSeed to 1 and AutoIncrementStep to one but its still not added
a value. I even removed all the data from the table and tried again to no
avail. also just after I add the datarow to the table I all the
AcceptChanges() method but that didn't seem to have any effect.
Can anyone help me trouble shoot this?
Thanks.
little demo app I'm building for proof of concept for a potential client and
there's no backend database involved. When I add record to a to the dataset
table all goes well except the autoincrement field stays at zero. this is
also the PK field for the table. I set the AutoIncrement property to True,
AutoIncrementSeed to 1 and AutoIncrementStep to one but its still not added
a value. I even removed all the data from the table and tried again to no
avail. also just after I add the datarow to the table I all the
AcceptChanges() method but that didn't seem to have any effect.
Can anyone help me trouble shoot this?
Thanks.