frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of tables.';
ERR_GET_VIEWS:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of views.';
ERR_SERVICE:
frmMessage.stxSummaryMsg.Caption := 'Invalid service. Please select a service from the list.';
ERR_INVALID_CERTIFICATE:
frmMessage.stxSummaryMsg.Caption := 'The certificate could not be validated based on the information given. Please recheck the id and key information.';
ERR_NUMERIC_VALUE:
frmMessage.stxSummaryMsg.Caption := 'Invalid numeric value. Please enter a valid numeric value.';
ERR_GET_TABLE_DATA:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve data.';
ERR_DB_ALIAS:
frmMessage.stxSummaryMsg.Caption := 'Invalid database alias. Please enter a valid database name.';
ERR_GET_ROLES:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of roles.';
ERR_SERVER_LOGIN:
frmMessage.stxSummaryMsg.Caption := 'Error logging into the requested server.';
ERR_DB_CONNECT:
frmMessage.stxSummaryMsg.Caption := 'Error connecting to the requested database.';
ERR_DB_DISCONNECT:
frmMessage.stxSummaryMsg.Caption := 'Error disconnecting from database.';
ERR_GET_PROCEDURES:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of procedures.';
ERR_GET_FUNCTIONS:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of functions.';
ERR_GET_GENERATORS:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of generators.';
ERR_GET_EXCEPTIONS:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of exceptions.';
ERR_GET_BLOB_FILTERS:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of blob filters.';
ERR_GET_COLUMNS:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of columns.';
ERR_GET_INDICES:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of indices.';
ERR_GET_REFERENTIAL_CONST:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of referential constraints.';
ERR_GET_UNIQUE_CONST:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of unique constraints.';
ERR_GET_CHECK_CONST:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of check constraints.';
ERR_GET_TRIGGERS:
frmMessage.stxSummaryMsg.Caption := 'Unable to retrieve a list of triggers.';
ERR_GET_DDL:
frmMessage.stxSummaryMsg.Caption := 'An error occured while attempting to extract metadata information.';