Leaked source code of windows server 2003
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.

106 lines
3.9 KiB

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10. #ifndef __AFXDB_RC__
  11. #define __AFXDB_RC__
  12. #ifndef __AFXRES_H__
  13. #include <afxres.h>
  14. #endif
  15. #ifdef APSTUDIO_INVOKED
  16. // This will prevent the VC++ Resource Editor user from saving this file
  17. 1 TEXTINCLUDE DISCARDABLE
  18. BEGIN
  19. "< Cannot change standard MFC resources! >\0"
  20. END
  21. #endif // APSTUDIO_INVOKED
  22. #ifndef _AFXDLL
  23. /////////////////////////////////////////////////////////////////////////////
  24. // Database Resources
  25. // Database strings
  26. STRINGTABLE DISCARDABLE
  27. BEGIN
  28. AFX_IDP_SQL_CONNECT_FAIL
  29. "Attempt to connect to datasource failed"
  30. AFX_IDP_SQL_RECORDSET_FORWARD_ONLY
  31. "Recordset supports forward movement only."
  32. AFX_IDP_SQL_EMPTY_COLUMN_LIST
  33. "Attempt to open a table failed - there were no columns to retrieve were specified."
  34. AFX_IDP_SQL_FIELD_SCHEMA_MISMATCH
  35. "Unexpected column data types were returned from query."
  36. AFX_IDP_SQL_ILLEGAL_MODE "Attempt to Update or Delete failed."
  37. AFX_IDP_SQL_MULTIPLE_ROWS_AFFECTED "Multiple rows were updated."
  38. AFX_IDP_SQL_NO_CURRENT_RECORD "Operation failed, no current record."
  39. AFX_IDP_SQL_NO_ROWS_AFFECTED
  40. "No rows were affected by the update or delete operation."
  41. AFX_IDP_SQL_RECORDSET_READONLY "Recordset is read-only"
  42. AFX_IDP_SQL_SQL_NO_TOTAL
  43. "ODBC driver doesn't support MFC LongBinary data model."
  44. AFX_IDP_SQL_ODBC_LOAD_FAILED
  45. "Attempt to load required component ODBC32.DLL failed."
  46. AFX_IDP_SQL_DYNASET_NOT_SUPPORTED
  47. "ODBC driver does not support dynasets."
  48. AFX_IDP_SQL_SNAPSHOT_NOT_SUPPORTED
  49. "ODBC static cursors required for snapshot support."
  50. AFX_IDP_SQL_API_CONFORMANCE
  51. "ODBC driver incompatible with MFC database classes (API_CONFORMANCE >= SQL_OAC_LEVEL1 required)."
  52. AFX_IDP_SQL_SQL_CONFORMANCE
  53. "ODBC driver incompatible with MFC database classes (SQL_CONFORMANCE >= SQL_OSC_MINIMUM required)."
  54. AFX_IDP_SQL_NO_DATA_FOUND
  55. "Attempt to scroll past end or before beginning of data."
  56. AFX_IDP_SQL_ROW_UPDATE_NOT_SUPPORTED
  57. "Dynasets not supported by ODBC driver."
  58. AFX_IDP_SQL_ODBC_V2_REQUIRED
  59. "ODBC Level 2 compliant driver required."
  60. AFX_IDP_SQL_NO_POSITIONED_UPDATES
  61. "Positioned updates not supported by ODBC driver."
  62. AFX_IDP_SQL_LOCK_MODE_NOT_SUPPORTED
  63. "Requested lock mode is not supported."
  64. AFX_IDP_SQL_DATA_TRUNCATED
  65. "Data truncated."
  66. AFX_IDP_SQL_ROW_FETCH
  67. "Error retrieving record."
  68. AFX_IDP_SQL_INCORRECT_ODBC
  69. "A required ODBC entry point was not found. Make sure ODBC is installed correctly."
  70. AFX_IDP_SQL_UPDATE_DELETE_FAILED
  71. "Update or Delete failed."
  72. AFX_IDP_SQL_DYNAMIC_CURSOR_NOT_SUPPORTED
  73. "Dynamic cursors not supported by ODBC driver."
  74. AFX_IDP_SQL_FIELD_NOT_FOUND
  75. "Invalid field name or field index."
  76. AFX_IDP_SQL_BOOKMARKS_NOT_SUPPORTED
  77. "Bookmarks not supported for ODBC driver."
  78. AFX_IDP_SQL_BOOKMARKS_NOT_ENABLED
  79. "Bookmarks not enabled on recordset."
  80. AFX_IDP_DAO_ENGINE_INITIALIZATION
  81. "Unable to initialize DAO/Jet db engine."
  82. AFX_IDP_DAO_DFX_BIND
  83. "Bad DFX value parameter."
  84. AFX_IDP_DAO_OBJECT_NOT_OPEN
  85. "DAO TableDef or QueryDef not Open."
  86. AFX_IDP_DAO_ROWTOOSHORT
  87. "GetRows failed. Not enough memory allocated for row."
  88. AFX_IDP_DAO_BADBINDINFO
  89. "GetRows binding error. Probably caused by datatype mismatch."
  90. AFX_IDP_DAO_COLUMNUNAVAILABLE
  91. "GetRows failed. The requested column is not a member of this recordset."
  92. #if _MFC_VER >= 0x0600
  93. AFX_IDS_DELETED "<Deleted>"
  94. #endif
  95. END
  96. /////////////////////////////////////////////////////////////////////////////
  97. #endif //!_AFXDLL
  98. #endif //__AFXDB_RC__