MESSAGE
Records translations of message codes to message text.
Column name
|
Data type
|
Description
|
MODULEID
|
INTEGER
|
Identification number for Mimer SQL module to which error belongs. |
MESSAGEID
|
INTEGER
|
Identification number for message |
LANGUAGE
|
INTEGER
|
Language number for message 1 = English. |
LINENO
|
INTEGER
|
Line number for message. |
MESSAGE
|
CHAR(80)
|
Message text. |
Primary key: MODULEID, MESSAGEID, LANGUAGE, LINENO