Subject Re: [IBO] IB_SQL with default values & triggers
Author Helen Borrie
At 11:44 PM 9/02/2003 +0000, you wrote:
>When using IB_SQL I notice that inserting a row does not seem to
>result in server default values being applied to empty fields and my
>BeforeInsert triggers are ineffective. I committed & refreshed but
>the fields are still empty. Does IB_SQL insert something other than
>null (space?) into a blank field?

If you are talking about the Cursor window or the Browser's data page then, no.

Set up a Query Form if you want to use IB_SQL for serious data
entry. There you can set up field props and attributes just as you do in a
native IB application.

Helen