Subject Re: [ib-support] Re: Indexs!
Author Svein Erling Tysvaer
At 17:40 01.10.2002 +0100, Ivan Prenosil wrote:
> > SQL.Add('CONSTRAINT SomeIndexName PRIMARY KEY(XXXNAME))');
>
>Constraint name and index name are not quite the same thing
>(you must use index name in plans, not constraint name).

Yep, sorry, my mistake. I just checked my source code before I sent the
reply, and never bothered to verify that the resulting index name was equal
(which it of course weren't).

Set