changing column to autonumber

  • Thread starter Thread starter Konrad
  • Start date Start date
Konrad,

Look at the AutoIncrement, AutoIncrementStep and AutoIncrementSeed
properties of DataColumn

Stephen
 
Konrad,

Sorry, I assumed you meant a DataSet
If its a SQLServer database (or MSDE), you can use ALTER TABLE to make
changes to a table
Refer to SQL Server Books Online for help on this

Stephen
 
Mainly I'am interested in Access database.
I read from sites that this is impossible.
Is it true?
 
Back
Top