Subject | Re: [IBO] GENERATOR AT TIB_CONNECTION LEVEL |
---|---|
Author | Helen Borrie |
Post date | 2001-01-12T14:54:56Z |
At 02:06 PM 12-01-01 +0000, you wrote:
SQL data type, as you are here; use fetDomainName if you want the types
brought across as domains instead of types.
Usually fetDomainName works best if everything in your database is defined
by domain (recommended).
Use fetSQLType if most of your data is declared by data type.
If it's causing problems for you at this early stage, you might like to
consider working at the dataset level while you are learning, so that you
can get some experience with the attributes that are available and the
effect you should expect...
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Sorry for the previous post without Subject.Set the FieldEntryTypes to fetSQLType if you are doing your definitions by
>I rewrite....
>
>Hi High level List.
>
>Currently I am just try to learn IBO.
>Have a problem with Generator Links at TIB_Connection level.
>Let me explain better:
>If I put a generator in Generator Links at TIB_Query level all works
>fine, but
> If I put the same at TIB_Connection level don't work anymore.
>
>Eg: TABLENAME.INTEGERFIELD=MYGENERATORNAME
>
>Same thing for Default Values
>
>The FieldEntryTypes is set to:
>FetDomainName=true.
>
>Please, let me know where I made some mistakes.
>
>TIA
>Tony
SQL data type, as you are here; use fetDomainName if you want the types
brought across as domains instead of types.
Usually fetDomainName works best if everything in your database is defined
by domain (recommended).
Use fetSQLType if most of your data is declared by data type.
If it's causing problems for you at this early stage, you might like to
consider working at the dataset level while you are learning, so that you
can get some experience with the attributes that are available and the
effect you should expect...
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________