Subject Re: [firebird-support] Why I cannot add a primary key?
Author Helen Borrie
At 07:24 PM 22/07/2011, you wrote:
>Yes, I am the only connected, I had did that in my own computer, nobody more
>is connected.
>
>I think the problem was:
>- I had deleted some rows before I had added the new column and therefore
>before the new primary key.

I think the problem might be that you added the new column, but forgot to update it to a value in the rows that already existed. Firebird never auto-fills added columns.

./heLen