| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description | 
|---|---|---|---|---|---|---|
| XERR_MsgNr | int | NUMBER(38,0) | int | int | false | Error message number | 
| XERR_Module | varchar (255) | VARCHAR2 (255 CHAR) | varchar(255) | varchar (255) | true | Program name that should handle this exception | 
| XERR_Action | int | NUMBER(38,0) | int | int | true | Action that should be executed for this exception (1=Force trace) | 
| Name | Fields | Primary | Unique | Clustered | Nonclustered | 
|---|---|---|---|---|---|
| PK_XERR | XERR_MsgNr | true | true | true | false | 
| Name | Local References | Foreign References | 
|---|
Return to the Index File