hello,
i just tried to create a new table from my java application using jdbc/odbc connectivity and the following sql statement
CREATE TABLE ENVIRONMENT (id AUTONUMBER, name VARCHAR)
unfortunately i always get the following exception ...
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
can anybody help me ...
thx
i just tried to create a new table from my java application using jdbc/odbc connectivity and the following sql statement
CREATE TABLE ENVIRONMENT (id AUTONUMBER, name VARCHAR)
unfortunately i always get the following exception ...
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
can anybody help me ...
thx