I want to programmatically disable and then enable AutoIncrement
property for the ID
column in my Access
database.
I used Columns[i].AutoIncrement
to turn on/off this property and updated the table .. but it didn't work!!
I want to programmatically disable and then enable AutoIncrement
property for the ID
column in my Access
database.
I used Columns[i].AutoIncrement
to turn on/off this property and updated the table .. but it didn't work!!