This table is typically used by Unicenter Asset Management. Various icons and bitmaps are stored in this table. Mostly used for job and module icons. This table also holds the icon files for the defined Unit Types (the UNITTYPE table). Icons are stored in binary format or in a hex-coded format (the byte representation of the binary image converted to the ASCII representation (e.g. 0xA8 = "A8")). Currently the following types (TYPEID field) are defined: DBRC_UNITICONS = 1, DBRC_DEFAULTJOBICONS = 2, DBRC_JOBICONS = 3 The fields DOMAINID and ITEMID defines the managed object the image resource belongs to. This very much depends on the TYPEID field. E.g. for DBRC_UNITICONS, the DOMAINID and ITEMID point to a Unit (DOMAINID and UNITID in the UNIT table, really).
| Column Name | Column Datatype | Column Null Option | Column Comment |
| rid | integer | not null | Unique Resource ID |
| typeid | integer | not null | Resource Type |
| itemid | integer | not null | Resource ID (e.i Unit ID for a Unit) |
| domainid | integer | not null | Domain ID |
| rescont | nvarchar(15000) | with null | Contents |
Product Name: Unicenter Desktop and Server Management
Table Type: Table