Subject | re: GeneratorLinks |
---|---|
Author | Helen Borrie |
Post date | 2002-01-27T01:04Z |
At 05:46 PM 26-01-02 +0100, you wrote:
GeneratorLinks is a property of your dataset and it is also settable at global level in your connection or database object, meaning you won't have to worry about it in any datasets. Open the property editor for GeneratorLinks and enter
MyColumn=gen_MyGenerator (no spaces, substitute with the column name and its generator)
If setting it at global level, open the same property of the connection/database object and enter
MyTable.MyColumn=gen_MyGenerator
At this level you will also need to set the FieldEntryTypes property (a set) so that it includes fetDomainName.
For more information, see the IBO help text, the online FAQ or post a question to the IBO list.
regards,
Helen
All for Open and Open for All
Firebird Open SQL Database ยท http://firebirdsql.org
_______________________________________________________
>dear helen,This question belongs on the IB Objects list, really.
>can you help me, what are generatorlinks?
>i want only a new id, as value in the program, for something ..
>
>thank you
>- gerhard
GeneratorLinks is a property of your dataset and it is also settable at global level in your connection or database object, meaning you won't have to worry about it in any datasets. Open the property editor for GeneratorLinks and enter
MyColumn=gen_MyGenerator (no spaces, substitute with the column name and its generator)
If setting it at global level, open the same property of the connection/database object and enter
MyTable.MyColumn=gen_MyGenerator
At this level you will also need to set the FieldEntryTypes property (a set) so that it includes fetDomainName.
For more information, see the IBO help text, the online FAQ or post a question to the IBO list.
regards,
Helen
All for Open and Open for All
Firebird Open SQL Database ยท http://firebirdsql.org
_______________________________________________________