Subject | Re: [firebird-support] Dropping primary key |
---|---|
Author | Alexandre Benson Smith |
Post date | 2004-11-04T23:23:06Z |
Raigo wrote:
using this table.
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
>How to drop primary key in Firebird 1.0.3 ?Try to commit before, and make sure no other users/transactions are
>
>
>I tried
>ALTER TABLE AMETIGR
> drop CONSTRAINT XPKAMETIGR;
>
>but get message "index in use".
>
>What may be wrong?
>
>I also tried :
>
>drop index XPKAMETIGR;
>
>ALTER TABLE AMETIGR
> drop CONSTRAINT XPKAMETIGR;
>
>but still get message "INDEX in use"
>
>Any ideas?
>
>
using this table.
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda.
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br