98 lines
3.7 KiB
Plaintext
98 lines
3.7 KiB
Plaintext
|
// This is a part of the Microsoft Foundation Classes C++ library.
|
|||
|
// Copyright (C) 1992-1995 Microsoft Corporation
|
|||
|
// All rights reserved.
|
|||
|
//
|
|||
|
// This source code is only intended as a supplement to the
|
|||
|
// Microsoft Foundation Classes Reference and related
|
|||
|
// electronic documentation provided with the library.
|
|||
|
// See these sources for detailed information regarding the
|
|||
|
// Microsoft Foundation Classes product.
|
|||
|
|
|||
|
#ifndef __AFXDB_RC__
|
|||
|
#define __AFXDB_RC__
|
|||
|
|
|||
|
#ifndef __AFXRES_H__
|
|||
|
#include <afxres.h>
|
|||
|
#endif
|
|||
|
|
|||
|
#ifdef APSTUDIO_INVOKED
|
|||
|
// This will prevent the VC++ Resource Editor user from saving this file
|
|||
|
1 TEXTINCLUDE DISCARDABLE
|
|||
|
BEGIN
|
|||
|
"< No se pueden cambiar recursos MFC est<73>ndar. >\0"
|
|||
|
END
|
|||
|
#endif // APSTUDIO_INVOKED
|
|||
|
|
|||
|
#ifndef _AFXDLL
|
|||
|
|
|||
|
/////////////////////////////////////////////////////////////////////////////
|
|||
|
// Database Resources
|
|||
|
|
|||
|
// Database strings
|
|||
|
STRINGTABLE DISCARDABLE
|
|||
|
BEGIN
|
|||
|
AFX_IDP_SQL_CONNECT_FAIL
|
|||
|
"Imposible conectarse al origen de datos"
|
|||
|
AFX_IDP_SQL_RECORDSET_FORWARD_ONLY
|
|||
|
"Recordset s<>lo admite movimiento hacia adelante."
|
|||
|
AFX_IDP_SQL_EMPTY_COLUMN_LIST
|
|||
|
"Imposible abrir tabla, no hay columnas en la posici<63>n especificada."
|
|||
|
AFX_IDP_SQL_FIELD_SCHEMA_MISMATCH
|
|||
|
"Se obtuvieron tipos de datos inesperados de la consulta."
|
|||
|
AFX_IDP_SQL_ILLEGAL_MODE "Imposible Actualizar o Eliminar."
|
|||
|
AFX_IDP_SQL_MULTIPLE_ROWS_AFFECTED "Filas actualizadas."
|
|||
|
AFX_IDP_SQL_NO_CURRENT_RECORD "La operaci<63>n ha fallado, no hay registro actual."
|
|||
|
AFX_IDP_SQL_NO_ROWS_AFFECTED
|
|||
|
"La operaci<63>n de actualizaci<63>n o de eliminaci<63>n no afect<63> a ninguna fila."
|
|||
|
AFX_IDP_SQL_RECORDSET_READONLY "Recordset es de s<>lo lectura"
|
|||
|
AFX_IDP_SQL_SQL_NO_TOTAL
|
|||
|
"El controlador ODBC no admite el modelo de datos MFC LongBinary."
|
|||
|
AFX_IDP_SQL_ODBC_LOAD_FAILED
|
|||
|
"Imposible cargar ODBC32.DLL."
|
|||
|
AFX_IDP_SQL_DYNASET_NOT_SUPPORTED
|
|||
|
"El controlador ODBC no admite dynasets."
|
|||
|
AFX_IDP_SQL_SNAPSHOT_NOT_SUPPORTED
|
|||
|
"Se requieren cursores est<73>ticos ODBC para compatibilidad con snapshot."
|
|||
|
AFX_IDP_SQL_API_CONFORMANCE
|
|||
|
"Controlador ODBC incompatible con clases de bases de datos MFC (se requiere que API_CONFORMANCE >=SQL_OAC_LEVEL1)."
|
|||
|
AFX_IDP_SQL_SQL_CONFORMANCE
|
|||
|
"Controlador ODBC incompatible con clases de bases de datos MFC (se requiere que API_CONFORMANCE >=SQL_OAC_LEVEL1)."
|
|||
|
AFX_IDP_SQL_NO_DATA_FOUND
|
|||
|
"Se intent<6E> desplazarse m<>s all<6C> del fin o antes del inicio de los datos."
|
|||
|
AFX_IDP_SQL_ROW_UPDATE_NOT_SUPPORTED
|
|||
|
"El controlador ODBC no admite dynasets."
|
|||
|
AFX_IDP_SQL_ODBC_V2_REQUIRED
|
|||
|
"Se requiere un controlador ODBC que cumpla con el Nivel 2."
|
|||
|
AFX_IDP_SQL_NO_POSITIONED_UPDATES
|
|||
|
"El controlador ODBC no admite actualizaciones posicionadas."
|
|||
|
AFX_IDP_SQL_LOCK_MODE_NOT_SUPPORTED
|
|||
|
"No se admite el modo de bloqueo solicitado."
|
|||
|
AFX_IDP_SQL_DATA_TRUNCATED
|
|||
|
"Datos truncados."
|
|||
|
AFX_IDP_SQL_ROW_FETCH
|
|||
|
"Error al recuperar registro."
|
|||
|
AFX_IDP_SQL_INCORRECT_ODBC
|
|||
|
"No se encontr<74> un punto de entrada ODBC requerido. Compruebe que ODBC est<73> instalado correctamente."
|
|||
|
AFX_IDP_SQL_UPDATE_DELETE_FAILED
|
|||
|
"Fall<6C> actualizaci<63>n o eliminaci<63>n."
|
|||
|
AFX_IDP_SQL_DYNAMIC_CURSOR_NOT_SUPPORTED
|
|||
|
"El controlador ODBC no admite cursores din<69>micos."
|
|||
|
AFX_IDP_DAO_ENGINE_INITIALIZATION
|
|||
|
"Imposible inicializar motor de base de datos DAO/Jet."
|
|||
|
AFX_IDP_DAO_DFX_BIND
|
|||
|
"Par<61>metro de valor DFX incorrecto."
|
|||
|
AFX_IDP_DAO_OBJECT_NOT_OPEN
|
|||
|
"DAO TableDef o QueryDef no est<73> abierto."
|
|||
|
AFX_IDP_DAO_ROWTOOSHORT
|
|||
|
"Fall<6C> GetRows. No hay suficiente memoria asignada a la fila."
|
|||
|
AFX_IDP_DAO_BADBINDINFO
|
|||
|
"Error de enlace de GetRows; es posible que alg<6C>n tipo de datos no coincida."
|
|||
|
AFX_IDP_DAO_COLUMNUNAVAILABLE
|
|||
|
"Fall<6C> GetRows. La solicitud de columna no es miembro de este recordset."
|
|||
|
END
|
|||
|
|
|||
|
/////////////////////////////////////////////////////////////////////////////
|
|||
|
|
|||
|
#endif //!_AFXDLL
|
|||
|
#endif //__AFXDB_RC__
|