Subject Re: [IBO] TIBOQuery Question
Author Daniel Rail
Hi,

At June 30, 2003, 19:55, stewartwarren wrote:

> Is there a way to make the TIBOQuery accept rows with nulls in
> required fields and defer these checks until the data is actually
> ready to be sent to the database server?

You have 2 options:
1. Use the TIBOQuery.Defaults property to assign the default values on
insert.
2. Or, set the field's Required property to false, then it's going to
be the server that will handle those not null fields. As long as you
have default constraints and/or triggers to handle those fields.

--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)