D
Darizotas
Hello,
Whenever I try to include the restriction WITH COMP to a field table in MS
Access 2000, it raises a 3290 Error indicating an error syntax at CREATE
TABLE query.
And my query is as simple as follows:
CREATE TABLE Feature (
Feature_ TEXT(32) NOT NULL WITH COMP,
Component_ TEXT(78) NO NULL WITH COMP,
CONSTRAINT MyPrimaryKey PRIMARY KEY (Feature_, Component_))
I've also swapped clauses 'NOT NULL' and 'WITH COMP' but with the same result.
Can anybody show me where is the problem?
Thanks in advance,
Dario
Whenever I try to include the restriction WITH COMP to a field table in MS
Access 2000, it raises a 3290 Error indicating an error syntax at CREATE
TABLE query.
And my query is as simple as follows:
CREATE TABLE Feature (
Feature_ TEXT(32) NOT NULL WITH COMP,
Component_ TEXT(78) NO NULL WITH COMP,
CONSTRAINT MyPrimaryKey PRIMARY KEY (Feature_, Component_))
I've also swapped clauses 'NOT NULL' and 'WITH COMP' but with the same result.
Can anybody show me where is the problem?
Thanks in advance,
Dario