afxdb.rc

来自「vc6.0完整版」· RC 代码 · 共 46 行

RC
46
字号
// 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
"< Impossibile modificare le risorse standard MFC >\0"
END
#endif    // APSTUDIO_INVOKED

#ifndef _AFXDLL

/////////////////////////////////////////////////////////////////////////////
// Database Resources

// Database strings
STRINGTABLE DISCARDABLE
BEGIN
	AFX_IDP_SQL_CONNECT_FAIL
		"Tentativo di connessione alla fonte dati esterna non riuscito"
	AFX_IDP_SQL_RECORDSET_FORWARD_ONLY
		"Il set di record supporta solo il movimento in avanti."
	AFX_IDP_SQL_EMPTY_COLUMN_LIST
		"Tentativo di aprire una tabella non riuscito. Non c'erano colonne da recuperare dove specificato. "
	AFX_IDP_SQL_FIELD_SCHEMA_MISMATCH
		"La ricerca ha fornito tipi di dati inattesi per le colonne."
	AFX_IDP_SQL_ILLEGAL_MODE "Tentativo di aggiornamento o di cancellazione non riuscito."
	AFX_IDP_SQL_MULTIPLE_ROWS_AFFECTED "Sono state aggiornate righe multiple."
	AFX_IDP_SQL_NO_CURRENT_RECORD "Operazione non riuscita, nessun record corrente."
	AFX_IDP_SQL_NO_ROWS_AFFECTED
		"Nessuna riga 

⌨️ 快捷键说明

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