Subject Re: [IBO] Using Default Field Value when Appending
Author Jason Wharton
There is a property called GetServerDefaults that applies to the
InternalDataset of the TIBOQuery. Set it to true and this may help. I cannot
remember if I surfaced this property in TIBODataset class or not.


Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "wcgage" <wcgage@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, June 04, 2002 11:35 AM
Subject: [IBO] Using Default Field Value when Appending


> How can I get the TIBOQuery to use the default value declared in the
> Interbase database when I append a new record.
>
> i.e. When I created my table I added some fields that have a default
> value. I want to use the default value in those fields if I do not
> provide another value when appending a record.
>
> Bill