Subject IBO Console ISQL problem?
Author riasteve2000
I have a stored procedure which simply does a single insert into a
table. When I execute this procedure, I get a unique key constraint
violation. The reason is that the insert statement appears to be
executed twice, eventhough there is only one insert statement in the
procedure. There are no triggers that would be causing the extra
insert to occur.

Before I try to recreate this with one of the example gdb's, I wanted
to know if this is a known problem with IBO Console. It does not
happen with IBConsole under IB.
steve