Hallo!
I am using a ACCESS datebase and try to create a table with an unique autoincrement column. I habe found many examples for SQLServer, but nor for ACCESS. Does any knows?
Does only works in SQLServer.Code:CREATE TABLE myTable (ID integer default autoincrement primary key, name varchar(30))
Please... help me...![]()
Taggi




Reply With Quote