Subject | RE: [firebird-support] could not find UNIQUE INDEX with specified columns |
---|---|
Author | Sasha Matijasic |
Post date | 2008-10-15T14:22:26Z |
> I can't understand the error message which occures when I try toHi, you miss the actual error message :)
> create the following table:
>
> CREATE TABLE test (field1 integer, field2 char(1024), field3 integer,
> PRIMARY KEY (field1), FOREIGN KEY (field3) REFERENCES test(field1))
>
> What do I miss?
>
I tried running it on versions 2.0 and 2.1 and it ran just fine, give us more information.
Sasha