Subject Re: [IBO] IBO and FB 1
Author Lucas Franzen
Lucas Franzen schrieb:

> Inserting from IBConsole or another app is working okay. IB_Monitor
> doesn't show anything unusual.

Additional information:

it only works okay if the statement looks like:
INSERT INTO MYTABLE
( MY_ID
, MY_INTEGER)
VALUES
( 1
, 2 )

If the table name is added it doesn't work either.
Seems to be more appropriate in the IB-support list.

Luc.