Subject Re: [Firebird-Java] Creating unique column entries
Author Laurent Duperval
Laurent Duperval wrote:

>- If I run the script that creates the tables in Jaybird, then I can add
>duplicates with IBOConsole, with my java application and with isql.exe.
>- If I run the script to create the tables in isql.exe, I cannot add
>duplicates, whether I'm using isql.exe, my Java application or IBOConsole.
>
>Has anyone else noticed something like this?
>
>
>

This is wrong! After further investigation and a push in the right
direction, it turns out that the Ant task I'm using to run my scripts
does not turn on autocommit. By using autocommit, it slows down my
process a bit but the behaviour is as expected.

L