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.

103 lines
4.0 KiB

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1997 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. "< No se pueden cambiar recursos MFC est�ndar. >\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. "Imposible conectarse al origen de datos"
  30. AFX_IDP_SQL_RECORDSET_FORWARD_ONLY
  31. "Recordset s�lo admite movimiento hacia adelante."
  32. AFX_IDP_SQL_EMPTY_COLUMN_LIST
  33. "Imposible abrir tabla, no hay columnas en la posici�n especificada."
  34. AFX_IDP_SQL_FIELD_SCHEMA_MISMATCH
  35. "Se obtuvieron tipos de datos inesperados de la consulta."
  36. AFX_IDP_SQL_ILLEGAL_MODE "Imposible Actualizar o Eliminar."
  37. AFX_IDP_SQL_MULTIPLE_ROWS_AFFECTED "Filas actualizadas."
  38. AFX_IDP_SQL_NO_CURRENT_RECORD "La operaci�n ha fallado, no hay registro actual."
  39. AFX_IDP_SQL_NO_ROWS_AFFECTED
  40. "La operaci�n de actualizaci�n o de eliminaci�n no afect� a ninguna fila."
  41. AFX_IDP_SQL_RECORDSET_READONLY "Recordset es de s�lo lectura"
  42. AFX_IDP_SQL_SQL_NO_TOTAL
  43. "El controlador ODBC no admite el modelo de datos MFC LongBinary."
  44. AFX_IDP_SQL_ODBC_LOAD_FAILED
  45. "Imposible cargar ODBC32.DLL."
  46. AFX_IDP_SQL_DYNASET_NOT_SUPPORTED
  47. "El controlador ODBC no admite dynasets."
  48. AFX_IDP_SQL_SNAPSHOT_NOT_SUPPORTED
  49. "Se requieren cursores est�ticos ODBC para compatibilidad con snapshot."
  50. AFX_IDP_SQL_API_CONFORMANCE
  51. "Controlador ODBC incompatible con clases de bases de datos MFC (se requiere que API_CONFORMANCE >=SQL_OAC_LEVEL1)."
  52. AFX_IDP_SQL_SQL_CONFORMANCE
  53. "Controlador ODBC incompatible con clases de bases de datos MFC (se requiere que API_CONFORMANCE >=SQL_OAC_LEVEL1)."
  54. AFX_IDP_SQL_NO_DATA_FOUND
  55. "Se intent� desplazarse m�s all� del fin o antes del inicio de los datos."
  56. AFX_IDP_SQL_ROW_UPDATE_NOT_SUPPORTED
  57. "El controlador ODBC no admite dynasets."
  58. AFX_IDP_SQL_ODBC_V2_REQUIRED
  59. "Se requiere un controlador ODBC que cumpla con el Nivel 2."
  60. AFX_IDP_SQL_NO_POSITIONED_UPDATES
  61. "El controlador ODBC no admite actualizaciones posicionadas."
  62. AFX_IDP_SQL_LOCK_MODE_NOT_SUPPORTED
  63. "No se admite el modo de bloqueo solicitado."
  64. AFX_IDP_SQL_DATA_TRUNCATED
  65. "Datos truncados."
  66. AFX_IDP_SQL_ROW_FETCH
  67. "Error al recuperar registro."
  68. AFX_IDP_SQL_INCORRECT_ODBC
  69. "No se encontr� un punto de entrada ODBC requerido. Compruebe que ODBC est� instalado correctamente."
  70. AFX_IDP_SQL_UPDATE_DELETE_FAILED
  71. "Fall� actualizaci�n o eliminaci�n."
  72. AFX_IDP_SQL_DYNAMIC_CURSOR_NOT_SUPPORTED
  73. "El controlador ODBC no admite cursores din�micos."
  74. AFX_IDP_SQL_FIELD_NOT_FOUND
  75. "Nombre de campo o de �ndice no v�lido."
  76. AFX_IDP_SQL_BOOKMARKS_NOT_SUPPORTED
  77. "El controlador ODBC no admite marcadores."
  78. AFX_IDP_SQL_BOOKMARKS_NOT_ENABLED
  79. "Marcadores no habilitados en recordset."
  80. AFX_IDP_DAO_ENGINE_INITIALIZATION
  81. "Imposible inicializar motor de base de datos DAO/Jet."
  82. AFX_IDP_DAO_DFX_BIND
  83. "Par�metro de valor DFX incorrecto."
  84. AFX_IDP_DAO_OBJECT_NOT_OPEN
  85. "DAO TableDef o QueryDef no est� abierto."
  86. AFX_IDP_DAO_ROWTOOSHORT
  87. "Fall� GetRows. No hay suficiente memoria asignada a la fila."
  88. AFX_IDP_DAO_BADBINDINFO
  89. "Error de enlace de GetRows; es posible que alg�n tipo de datos no coincida."
  90. AFX_IDP_DAO_COLUMNUNAVAILABLE
  91. "Fall� GetRows. La solicitud de columna no es miembro de este recordset."
  92. END
  93. /////////////////////////////////////////////////////////////////////////////
  94. #endif //!_AFXDLL
  95. #endif //__AFXDB_RC__