|
-
December 27th, 2006, 06:58 PM
#1
autoincrement
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?
Code:
CREATE TABLE myTable (ID integer default autoincrement primary key, name varchar(30))
Does only works in SQLServer.
Please... help me...
Taggi
-
December 27th, 2006, 07:23 PM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|