Subject RE: [IBO] Data Dictionary with Interbase and IBO
Author Kaputnik
Yes, it does:

The IB_Connection does provide all the settings as the individual
Queries.
In addition, you can even define ColumnAttributes based on domain-names,
so you can define e.g. properties for all fields basing on your Boolean
domain and other things. (see FieldEntryTypes)
All FieldsXXX properties are duplicated in the Connection, and entries
in your query are overriding them. Also, the GeneratorLinks are
duplicated here.

CU,

Nick Josipovic

BIT Institute
Prof. Dr. Franz Steffens
University of Mannheim
T: ++49 621 181 1621
M: ++49 179 133 44 16
S: ++49 621 181 1622
F: ++49 621 181 1618

nick.josipovic@...


> -----Original Message-----
> From: Ales Kahanek [mailto:ales.kahanek@...]
> Sent: Tuesday, November 27, 2001 8:29 AM
> To: 'IBObjects@yahoogroups.com'
> Subject: [IBO] Data Dictionary with Interbase and IBO
>
> Hi,
> does anyone know, if IBObjects with Interbase provide some centralized
> place
> to store column atributes definitions like DisplayLabel, DisplayWidth,
> EditFormat etc. like for exapmle SQLExplorer and Data Dictionary does?
>
> I know, that I can specify these settings in TIBOQuery for each
column,
> but
> do I need to specify this for each query again and again or can I use
some
> "Data Dictionary" ?
>
> I appreciate your help.
> Thanks
> Ales Kahanek
> akahanek@...
>