home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / mfc / include / l.esp / afxdb.rc < prev    next >
Text File  |  1998-06-17  |  4KB  |  106 lines

  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.  
  11. #ifndef __AFXDB_RC__
  12. #define __AFXDB_RC__
  13.  
  14. #ifndef __AFXRES_H__
  15.     #include <afxres.h>
  16. #endif
  17.  
  18. #ifdef APSTUDIO_INVOKED
  19. // This will prevent the VC++ Resource Editor user from saving this file
  20. 1 TEXTINCLUDE DISCARDABLE
  21. BEGIN
  22. "< No se pueden cambiar recursos MFC estßndar. >\0"
  23. END
  24. #endif    // APSTUDIO_INVOKED
  25.  
  26. #ifndef _AFXDLL
  27.  
  28. /////////////////////////////////////////////////////////////////////////////
  29. // Database Resources
  30.  
  31. // Database strings
  32. STRINGTABLE DISCARDABLE
  33. BEGIN
  34.     AFX_IDP_SQL_CONNECT_FAIL
  35.         "Imposible conectarse al origen de datos"
  36.     AFX_IDP_SQL_RECORDSET_FORWARD_ONLY
  37.         "Recordset s≤lo admite movimiento hacia adelante."
  38.     AFX_IDP_SQL_EMPTY_COLUMN_LIST
  39.         "Imposible abrir tabla, no hay columnas en la posici≤n especificada."
  40.     AFX_IDP_SQL_FIELD_SCHEMA_MISMATCH
  41.         "Se obtuvieron tipos de datos inesperados de la consulta."
  42.     AFX_IDP_SQL_ILLEGAL_MODE "Imposible Actualizar o Eliminar."
  43.     AFX_IDP_SQL_MULTIPLE_ROWS_AFFECTED "Filas actualizadas."
  44.     AFX_IDP_SQL_NO_CURRENT_RECORD "La operaci≤n ha fallado, no hay registro actual."
  45.     AFX_IDP_SQL_NO_ROWS_AFFECTED
  46.         "La operaci≤n de actualizaci≤n o de eliminaci≤n no afect≤ a ninguna fila."
  47.     AFX_IDP_SQL_RECORDSET_READONLY "Recordset es de s≤lo lectura"
  48.     AFX_IDP_SQL_SQL_NO_TOTAL
  49.         "El controlador ODBC no admite el modelo de datos MFC LongBinary."
  50.     AFX_IDP_SQL_ODBC_LOAD_FAILED
  51.         "Imposible cargar ODBC32.DLL."
  52.     AFX_IDP_SQL_DYNASET_NOT_SUPPORTED
  53.         "El controlador ODBC no admite dynasets."
  54.     AFX_IDP_SQL_SNAPSHOT_NOT_SUPPORTED
  55.         "Se requieren cursores estßticos ODBC para compatibilidad con snapshot."
  56.     AFX_IDP_SQL_API_CONFORMANCE
  57.         "Controlador ODBC incompatible con clases de bases de datos MFC (se requiere que API_CONFORMANCE >=SQL_OAC_LEVEL1)."
  58.     AFX_IDP_SQL_SQL_CONFORMANCE
  59.         "Controlador ODBC incompatible con clases de bases de datos MFC (se requiere que API_CONFORMANCE >=SQL_OAC_LEVEL1)."
  60.     AFX_IDP_SQL_NO_DATA_FOUND
  61.         "Se intent≤ desplazarse mßs allß del fin o antes del inicio de los datos."
  62.     AFX_IDP_SQL_ROW_UPDATE_NOT_SUPPORTED
  63.         "El controlador ODBC no admite dynasets."
  64.     AFX_IDP_SQL_ODBC_V2_REQUIRED
  65.         "Se requiere un controlador ODBC que cumpla con el Nivel 2."
  66.     AFX_IDP_SQL_NO_POSITIONED_UPDATES
  67.         "El controlador ODBC no admite actualizaciones posicionadas."
  68.     AFX_IDP_SQL_LOCK_MODE_NOT_SUPPORTED
  69.         "No se admite el modo de bloqueo solicitado."
  70.     AFX_IDP_SQL_DATA_TRUNCATED
  71.         "Datos truncados."
  72.     AFX_IDP_SQL_ROW_FETCH
  73.         "Error al recuperar registro."
  74.     AFX_IDP_SQL_INCORRECT_ODBC
  75.         "No se encontr≤ un punto de entrada ODBC requerido. Compruebe que ODBC estΘ instalado correctamente."
  76.     AFX_IDP_SQL_UPDATE_DELETE_FAILED
  77.         "Fall≤ actualizaci≤n o eliminaci≤n."
  78.     AFX_IDP_SQL_DYNAMIC_CURSOR_NOT_SUPPORTED
  79.         "El controlador ODBC no admite cursores dinßmicos."
  80.     AFX_IDP_SQL_FIELD_NOT_FOUND
  81.         "Nombre de campo o de φndice no vßlido."
  82.     AFX_IDP_SQL_BOOKMARKS_NOT_SUPPORTED
  83.         "El controlador ODBC no admite marcadores."
  84.     AFX_IDP_SQL_BOOKMARKS_NOT_ENABLED
  85.         "Marcadores no habilitados en recordset."
  86.     AFX_IDP_DAO_ENGINE_INITIALIZATION
  87.         "Imposible inicializar motor de base de datos DAO/Jet."
  88.     AFX_IDP_DAO_DFX_BIND
  89.         "Parßmetro de valor DFX incorrecto."
  90.     AFX_IDP_DAO_OBJECT_NOT_OPEN
  91.         "DAO TableDef o QueryDef no estß abierto."
  92.     AFX_IDP_DAO_ROWTOOSHORT
  93.         "Fall≤ GetRows. No hay suficiente memoria asignada a la fila."
  94.     AFX_IDP_DAO_BADBINDINFO
  95.         "Error de enlace de GetRows; es posible que alg·n tipo de datos no coincida."
  96.     AFX_IDP_DAO_COLUMNUNAVAILABLE
  97.         "Fall≤ GetRows. La solicitud de columna no es miembro de este recordset." 
  98.  
  99.     AFX_IDS_DELETED "<Eliminado>"
  100. END
  101.  
  102. /////////////////////////////////////////////////////////////////////////////
  103.  
  104. #endif //!_AFXDLL
  105. #endif //__AFXDB_RC__
  106.