M
Marco Martin
Hi,
I have a datatable in a dataset. In the table, I have a column "RecordID"
with AutoIncrement set to True. My table holds many records. How do I get
the next usable value for my "RecordID" from the datatable?
ie:
if the last record RecordID value is 23, how can I get that value?
Thanks in advance,
Marco
I have a datatable in a dataset. In the table, I have a column "RecordID"
with AutoIncrement set to True. My table holds many records. How do I get
the next usable value for my "RecordID" from the datatable?
ie:
if the last record RecordID value is 23, how can I get that value?
Thanks in advance,
Marco