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.

75 lines
2.8 KiB

  1. // Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1993 Microsoft Corporation,
  3. // All rights reserved.
  4. // This source code is only intended as a supplement to the
  5. // Microsoft Foundation Classes Reference and Microsoft
  6. // QuickHelp and/or WinHelp documentation provided with the library.
  7. // See these sources for detailed information regarding the
  8. // Microsoft Foundation Classes product.
  9. #ifndef __AFXDB_RC__
  10. #define __AFXDB_RC__
  11. #ifndef __AFXRES_H__
  12. #include <afxres.h>
  13. #endif
  14. #ifdef APSTUDIO_INVOKED
  15. // This resource will prevent the App Studio user from saving this file
  16. 1 TEXTINCLUDE DISCARDABLE
  17. BEGIN
  18. "Cannot change standard MFC resources.\0"
  19. END
  20. #endif // APSTUDIO_INVOKED
  21. #ifndef _AFXDLL
  22. /////////////////////////////////////////////////////////////////////////////
  23. // Database Resources
  24. // Database strings
  25. STRINGTABLE DISCARDABLE
  26. BEGIN
  27. AFX_IDP_SQL_CONNECT_FAIL "Attempt to connect to datasource failed"
  28. AFX_IDP_SQL_RECORDSET_FORWARD_ONLY
  29. "Recordset supports forward movement only."
  30. AFX_IDP_SQL_EMPTY_COLUMN_LIST
  31. "Attempt to open a table failed - there were no columns to retrieve were specified."
  32. AFX_IDP_SQL_FIELD_SCHEMA_MISMATCH
  33. "Unexpected column data types were returned from query."
  34. AFX_IDP_SQL_ILLEGAL_MODE "Attempt to Update or Delete failed."
  35. AFX_IDP_SQL_MULTIPLE_ROWS_AFFECTED "Multiple rows were updated."
  36. AFX_IDP_SQL_NO_CURRENT_RECORD "Operation failed, no current record."
  37. AFX_IDP_SQL_NO_ROWS_AFFECTED
  38. "No rows were affected by the update or delete operation."
  39. AFX_IDP_SQL_RECORDSET_READONLY "Recordset is read-only"
  40. AFX_IDP_SQL_SQL_NO_TOTAL
  41. "ODBC driver is incapable of handling LongBinary data."
  42. AFX_IDP_SQL_ODBC_LOAD_FAILED "Attempt to load odbc dll failed."
  43. AFX_IDP_SQL_DYNASET_NOT_SUPPORTED
  44. "ODBC driver does not support dynasets."
  45. AFX_IDP_SQL_SNAPSHOT_NOT_SUPPORTED
  46. "ODBC cursor library (odbccurs) required for snapshot support."
  47. AFX_IDP_SQL_API_CONFORMANCE
  48. "ODBC driver incompatible with MFC database classes (API_CONFORMANCE >= SQL_OAC_LEVEL1 required)"
  49. AFX_IDP_SQL_SQL_CONFORMANCE
  50. "ODBC driver incompatible with MFC database classes (SQL_CONFORMANCE >= SQL_OSC_MINIMUM required)"
  51. AFX_IDP_SQL_NO_DATA_FOUND
  52. "Attempt to scroll past end or before beginning of data"
  53. AFX_IDP_SQL_ROW_UPDATE_NOT_SUPPORTED
  54. "Dynasets not supported by ODBC driver"
  55. AFX_IDP_SQL_ODBC_V2_REQUIRED
  56. "ODBC Level 2 compliant driver required"
  57. AFX_IDP_SQL_NO_POSITIONED_UPDATES
  58. "Dynasets not supported by ODBC driver"
  59. AFX_IDP_SQL_LOCK_MODE_NOT_SUPPORTED
  60. "Requested lock mode is not supported"
  61. AFX_IDP_SQL_DATA_TRUNCATED
  62. "Data truncated"
  63. END
  64. /////////////////////////////////////////////////////////////////////////////
  65. #endif //!_AFXDLL
  66. #endif //__AFXDB_RC__