Subject RE: [firebird-support] Dropping primary key
Author Alan McDonald
> Thanks :)
> This solved my question. I did COMMIT after drop index and it works :)
>
> But because into production database I do all changes with scripts, I
> have a new question: how to put COMMIT into SQL script between commands?
>
>
> Alexandre Benson Smith wrote:
>

use
COMMIT;

Alan