Subject RE: RE: [firebird-support] New constraint in ibexpert...
Author Helen Borrie
At 07:30 PM 26/10/2004 -0200, you wrote:

>I tryied this way but without success and the same error message...
>The database is located remotely (not local)... there are many users using
>this table at this moment.. can this be the cause of my problem?

If the table is in use, or if a table or stored procedure dependent on it
is in use, you won't be able to add a PRIMARY KEY or UNIQUE constraint.

If you don't have exclusive access to the *database* , in a single
transaction, you won't be able to add a FOREIGN KEY constraint.

./hb