Ö
Özden Irmak
Hello,
In the Jet Sql 4.0 help file, it's mentioned that when you use NO INDEX
clause in a sql command which is going to cretae a foreign key relationship,
it shouldn't create any index for that column. But it doesn't seem to work.
My SQL command is like that :
ALTER TABLE [Tabel2] ADD CONSTRAINT [Tabel1Tabel2] FOREIGN KEY NO INDEX
([Veld1]) REFERENCES [Tabel1] ([Veld1]);
This clause creates an index with the same name as [Tabel1Tabel2] where it
shouldn't.
Does anybody know any solution for that?
Thanks in advance...
Özden
In the Jet Sql 4.0 help file, it's mentioned that when you use NO INDEX
clause in a sql command which is going to cretae a foreign key relationship,
it shouldn't create any index for that column. But it doesn't seem to work.
My SQL command is like that :
ALTER TABLE [Tabel2] ADD CONSTRAINT [Tabel1Tabel2] FOREIGN KEY NO INDEX
([Veld1]) REFERENCES [Tabel1] ([Veld1]);
This clause creates an index with the same name as [Tabel1Tabel2] where it
shouldn't.
Does anybody know any solution for that?
Thanks in advance...
Özden