F
Fred Flintstone
I have created script for creating all the required trables for a database
for MySQL, and am now trying to create the same scripts for Access.
Almost everything works, accept I can't find the syntax to create a table
that has an primary key with an auto_increment integer.
Does anyone know how to do this in Access by sending SQL command via an ODBC
connection?
ie :
create table test
field1 integer not nul auto_increment,
field2 varchar(20) default null,
prinary key field1
for MySQL, and am now trying to create the same scripts for Access.
Almost everything works, accept I can't find the syntax to create a table
that has an primary key with an auto_increment integer.
Does anyone know how to do this in Access by sending SQL command via an ODBC
connection?
ie :
create table test
field1 integer not nul auto_increment,
field2 varchar(20) default null,
prinary key field1