Source code of Windows XP (NT5)
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.

120 lines
3.8 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 1993 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; odbcmsg.h
  8. ;
  9. ; This file is generated by the MC tool from the ODBCMSG.MC message
  10. ; file.
  11. ;
  12. ;
  13. ; FILE HISTORY:
  14. ; KeithMo 19-Mar-1993 Created.
  15. ;
  16. ;*/
  17. ;
  18. ;
  19. ;#ifndef _ODBCMSG_H_
  20. ;#define _ODBCMSG_H_
  21. ;
  22. SeverityNames=(Success=0x0
  23. Informational=0x1
  24. Warning=0x2
  25. Error=0x3
  26. )
  27. Messageid=1 Severity=Error SymbolicName=ODBCMSG_QUERY_ERROR
  28. Language=English
  29. <body><title>Unable to Perform Query</title>
  30. <hr>
  31. %1
  32. <hr>
  33. .
  34. Messageid=2 Severity=Error SymbolicName=ODBCMSG_MISSING_REQ_PARAM
  35. Language=English
  36. The form you just filled in requires the <b>%1</b> entry to be filled in. Please fill in that entry in the form and resubmit the form.
  37. .
  38. Messageid=3 Severity=Error SymbolicName=ODBCMSG_QUERY_FILE_NOT_FOUND
  39. Language=English
  40. The query file <b>%1</b> could not be opened. The file may not exist or you may have insufficient permission to open the file.
  41. .
  42. Messageid=4 Severity=Error SymbolicName=ODBCMSG_TEMPLATE_FILE_NOT_FOUND
  43. Language=English
  44. The template file <b>%1</b> could not be opened. The file may not exist or you may have insufficient permission to open the file.
  45. .
  46. Messageid=5 Severity=Error SymbolicName=ODBCMSG_TOO_MANY_ELSES
  47. Language=English
  48. The template file contains an <i>else</i> tag without a matching <i>if</i> tag.
  49. .
  50. Messageid=6 Severity=Error SymbolicName=ODBCMSG_TOO_MANY_ENDIFS
  51. Language=English
  52. The template file contains an <i>endif</i> tag without a matching <i>if</i> tag.
  53. .
  54. Messageid=7 Severity=Error SymbolicName=ODBCMSG_MISMATCHED_VALUES
  55. Language=English
  56. The template file contains an expression with parameters that are of different type. For example, an <i>if</i> tag comparing a string with a number would cause this error.
  57. .
  58. Messageid=8 Severity=Error SymbolicName=ODBCMSG_CONTAINS_ONLY_VALID_ON_STRINGS
  59. Language=English
  60. The template file contains an expression using the <i>CONTAINS</i> operator where one or both parameters are not strings. <i>CONTAINS</i> is only valid with string values.
  61. .
  62. Messageid=9 Severity=Error SymbolicName=ODBCMSG_UNBALANCED_STRING
  63. Language=English
  64. The template file contains an expression that uses a quoted string but the close quote is missing.
  65. .
  66. Messageid=10 Severity=Error SymbolicName=ODBCMSG_UNRECOGNIZED_OPERATOR
  67. Language=English
  68. The template file contains an expression with an unrecognized operator. Valid operators are <i>GT</i>, <i>LT</i>, <i>EQ</i> and <i>CONTAINS</i>.
  69. .
  70. Messageid=11 Severity=Error SymbolicName=ODBCMSG_UNREC_FIELD
  71. Language=English
  72. The query file contains an unrecognized field <b>%1</b>.
  73. .
  74. Messageid=12 Severity=Error SymbolicName=ODBCMSG_DSN_AND_SQLSTATEMENT_REQ
  75. Language=English
  76. The query file must contain a valid, non-empty <i>Datasource:</i> field and <i>SQLStatement:</i> field.
  77. .
  78. Messageid=13 Severity=Error SymbolicName=ODBCMSG_CANT_LOAD_ODBC
  79. Language=English
  80. Content-type: text/html
  81. <body>The library odbc32.dll could not be loaded to perform the query. Make sure ODBC has been properly installed on the server</body>
  82. .
  83. Messageid=14 Severity=Error SymbolicName=ODBCMSG_UNSUPPORTED_METHOD
  84. Language=English
  85. Content-type: text/html
  86. <body>The specified HTTP method is not supported. Only POST and GET are supported</body>
  87. .
  88. Messageid=15 Severity=Error SymbolicName=ODBCMSG_ERROR_PERFORMING_QUERY
  89. Language=English
  90. Content-type: text/html
  91. <body><h1>Error Performing Query</h1>%1</body>
  92. .
  93. Messageid=16 Severity=Error SymbolicName=ODBCMSG_TOO_MANY_SQL_STATEMENTS
  94. Language=English
  95. The maximum number of SQLStatement fields in the IDC file has been exceeded.
  96. .
  97. ;
  98. ;#endif // _ODBCMSG_H_
  99. ;
  100.