⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 afxdb.rc

📁 c语言编程软件vc6.0中文绿色版_vc6.0官方下载
💻 RC
字号:
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 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醤dar. >\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髄o admite movimiento hacia adelante."
	AFX_IDP_SQL_EMPTY_COLUMN_LIST
		"Imposible abrir tabla, no hay columnas en la posici髇 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髇 ha fallado, no hay registro actual."
	AFX_IDP_SQL_NO_ROWS_AFFECTED
		"La operaci髇 de actualizaci髇 o de eliminaci髇 no afect

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -