Subject | Re: [IBO] after the panic |
---|---|
Author | Helen Borrie |
Post date | 2002-01-28T23:22:21Z |
Daniel,
It's good to know you survived! I was starting to wonder...
At 09:19 AM 28-01-02 -0800, Daniel Bertin wrote:
I'm currently topping off a major TI-sheet on both aspects...should appear soon (this week, if I don't get any more hardware failures!)
The syntax is
TABLENAME.COLUMNNAME=GENERATORNAME
regards,
Helen
All for Open and Open for All
Firebird Open SQL Database ยท http://firebirdsql.org
_______________________________________________________
It's good to know you survived! I was starting to wonder...
At 09:19 AM 28-01-02 -0800, Daniel Bertin wrote:
>I'm looking for any documentation on error capturing and recovering,Are you talking about exception handling in the database or in Delphi? The Delphi help has a lot of material about the Delphi side; the InterBase doc on the database side is practically non-existent but it's worth knowing what is there - see the LangRef.pdf.
>exception handling. if anyone knows of good reading material on the subject?
I'm currently topping off a major TI-sheet on both aspects...should appear soon (this week, if I don't get any more hardware failures!)
>and I have a question, what is the difference/advantage between usingIf you set them in the IBODatabase, they can be set globally, at table level. That means you won't have to worry about them in your datasets at all. Recommended if you use a lot of generators!
>generatorlinks in the IBODatabase or in the IBOTable property?
The syntax is
TABLENAME.COLUMNNAME=GENERATORNAME
regards,
Helen
All for Open and Open for All
Firebird Open SQL Database ยท http://firebirdsql.org
_______________________________________________________