mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
580 B
12 lines
580 B
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table of common error messages
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ERR_RPC_NA "Unable to connect to target machine."
|
|
IDS_ERR_INTERFACE "The connection attempt failed because there's a version conflict between the server and client software."
|
|
IDS_ERR_ODBC "ODBC reported an error. The Data Source Name (DSN) may be incorrect. Check the server's event log for details."
|
|
IDS_NO_MESSAGE "Error %d occurred. Error message not found."
|
|
END
|