Subject | Re: [IBO] Re: How to use bookmarks like tTable and tQuery? |
---|---|
Author | Thomas Steinmaurer |
Post date | 2005-12-07T18:20:08Z |
> Is there any problem to use the trigger like I posted? Because it's aLookup the GeneratorLinks property of your query component and set it to
> trigger only or Before Insert event...
>
> I tried to use triggers like u said when I was learning about Firebird
> + IBO, but, I was getting error messages in Delphi like "Registro_id
> is a required field and cannot be null", and so I suppres "IF
> (NEW.REGISTRO_ID IS NULL) THEN" and set registro_id to receive 0
> (zero) as default value in IBO.
>
> After I changed all my triggers and code like this, I heard about
> setting registro_id field to a not required field, but, sincerely, I
> didn't do any change...
something like that:
REGISTRO_ID=GEN_AGENDA_REGISTRO_ID
IBO now automatically fetches the next generator value in your client
application when you insert a new record. Perhaps you were missing this
piece of information as well?
--
Best Regards,
Thomas Steinmaurer
LogManager Series - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database, MS SQL Server and
NexusDB V2
Upscene Productions
http://www.upscene.com