Hi there,
Anybody knows how to create a table with an identy-column using jet-sql?
In t-sql it would be:
CREATE TABLE test(field1 INT IDENTITY, ...)
I googled up:
CREATE TABLE test(field1 INT IDENTITY (1, 1), ...)
but it doesn't work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.