Stores the localized error messages used during installation and by some Replication Server stored procedures.
Column |
Datatype |
Description |
---|---|---|
msgnum |
int |
Unique ID number for the message |
langname |
char(30) |
Local language name of this version of the message text. Corresponds to the @@language global variable in the RSSD Adaptive Server. |
msgtxt |
varchar(255) |
Text of the message, in the localized language. |
Unique clustered index on (msgnum, langname)