K Konrad Jul 19, 2003 #1 Hi How to change programatically column from primary key to autonumber? Thanks Konrad
S Stephen Muecke Jul 19, 2003 #2 Konrad, Look at the AutoIncrement, AutoIncrementStep and AutoIncrementSeed properties of DataColumn Stephen
Konrad, Look at the AutoIncrement, AutoIncrementStep and AutoIncrementSeed properties of DataColumn Stephen
S Stephen Muecke Jul 20, 2003 #4 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
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
K Konrad Jul 20, 2003 #5 Mainly I'am interested in Access database. I read from sites that this is impossible. Is it true?