Subject Re: [IBO] Where is the diference
Author João Batista Silva
> It looks as though your database table has a BEFORE INSERT trigger to
> populate the ID field when the database receives NULL for it. Could you
> look at the table using IB_WISQL's Browser, and inspect its Triggers page?

I dont have triggers.


> If delphi is not giving you an exception on an ID field that you know is
> NOT NULL, then have a look at the ID column's REQUIRED attribute in the
> Fields Editor. If it is checked off, then your app is allowing the
trigger
> to do the work.

When I run from delphi IDE I got, but when I run from outside of ide
I didn´t


Thanks