Subject Re: GENERATOR AT TIB_CONNECTION LEVEL
Author Tony
> Set the FieldEntryTypes to fetSQLType if you are doing your
definitions by
> 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

Hi Helen.
Thanks for Your reply.

All other attributes at connection level works fine.
Width
Display label
Default value.

Only the Generator don't works.

I don't use triggers at database, only the Generator facility induced
by Jason.
I use a mix of Domain Name and by data type.

Someone could explain me, please, WHY it dont' WORK???

TIA
Tony