Hi,
I'm looking into livelink (9.7.1) DB organization and I'm to trying to find in which tables are described the content of a category. I can see the list of fields in table catregionmap,
for instance for a catid=18629137 I can see the list of corresponding fields:
; catid; ; catname; setname; attrname; regionname
; 18629137 ; ABC; unk ; abc_cat_01 ; Attr_18629137_2 ;
; 18629137 ; ABC ; unk ; abc_cat_02 ; Attr_18629137_3 ;
; 18629137 ; ABC ; unk ; abc_cat_03_req ; Attr_18629137_4 ;
...
I look in most of the tables and I can see nowhere information such as:
- type of each field (date, integer, string)
- list of valid values for a popup text or integer field
- if a field is or not required
However when I add these attributes to an object I can see the result (fields types and values) in llattrdata
I know I can use LAPI to get this information, I'm just curious to know where it is stored in the DB.
I'd really appreciate if somebody could give me some hints here.
Thanks in advance for your help,
Matasa.
I'm looking into livelink (9.7.1) DB organization and I'm to trying to find in which tables are described the content of a category. I can see the list of fields in table catregionmap,
for instance for a catid=18629137 I can see the list of corresponding fields:
; catid; ; catname; setname; attrname; regionname
; 18629137 ; ABC; unk ; abc_cat_01 ; Attr_18629137_2 ;
; 18629137 ; ABC ; unk ; abc_cat_02 ; Attr_18629137_3 ;
; 18629137 ; ABC ; unk ; abc_cat_03_req ; Attr_18629137_4 ;
...
I look in most of the tables and I can see nowhere information such as:
- type of each field (date, integer, string)
- list of valid values for a popup text or integer field
- if a field is or not required
However when I add these attributes to an object I can see the result (fields types and values) in llattrdata
I know I can use LAPI to get this information, I'm just curious to know where it is stored in the DB.
I'd really appreciate if somebody could give me some hints here.
Thanks in advance for your help,
Matasa.