Subject | Re: [IBO] Newbie Insert SQL question. |
---|---|
Author | Aage Johansen |
Post date | 2005-02-25T21:25:04Z |
Walter Ogston wrote:
have a value (when inserting a new record). When the PK is set by the
server you will have to change the property (to be allowed to send an
insert without a value for a not-null field).
Btw, the TIB_DSQL component is your best choice for inserts.
--
Aage J.
> ...The "Required" property will by default indicate that the PrimaryKey must
> EDatabaseError with message 'Field 'CLIENT_NUMBER' must have a value'.
> ...
have a value (when inserting a new record). When the PK is set by the
server you will have to change the property (to be allowed to send an
insert without a value for a not-null field).
Btw, the TIB_DSQL component is your best choice for inserts.
--
Aage J.