sypoledblib.rc
来自「这是一个采用OLE DB编程处理的上传BLOB类型的二进制数据到数据库的一个实例」· RC 代码 · 共 63 行
RC
63 行
//Microsoft Developer Studio generated resource script.
//
#include "oledata\SypODLResource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_SYPODL_ERR_DELETERECORD "Delete record failed."
IDS_SYPODL_ERR_EDITRECORD "Edit record failed."
IDS_SYPODL_ERR_NAVIGATERECORD "Record Navigation Failed."
IDS_SYPODL_ERR_INSERTRECORD "Failed to insert record"
IDS_SYPODL_ERR_RECORDSETNOTOPEN "Recordset is not open yet."
IDS_SYPODL_ERR_OPENRECORDSET "Recordset could not be opened"
IDS_SYPODL_ERR_COMMITTRANSFAILED "Commit transaction failed."
IDS_SYPODL_ERR_ABORTTRANSFAILED "Abort transaction failed."
IDS_SYPODL_ERR_STARTTRANSFAILED "Transaction failed to start."
IDS_SYPODL_ERR_DBNOTOPEN "Database is not opened yet."
IDS_SYPODL_ERR_CONTOPENSESSION "Data session failed to open."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_SYPODL_ERR_CONTOPENDB "Can not open data source."
IDS_SYPODL_ERR_INVALIDCOLINDEX "Invalid column index passed."
IDS_SYPODL_ERR_GETROWCOUNT "RecordCount method failed."
IDS_SYPODL_ERR_UPDATEROWSET "Update method failed."
IDS_SYPODL_ERR_SETBOOKMARK "SetBookmark method failed."
IDS_SYPODL_ERR_MOVETOBOOKMARK "MoveToBookmark method failed."
IDS_SYPODL_ERR_CREATERECORDSET "Recordset object could not be created."
IDS_SYPODL_ERR_CONSTRUCTRECORDSET "Recordset construction interface not supported."
IDS_SYPODL_ERR_ATTACHROWSET "Could not attach rowset to recordset."
IDS_SYPODL_ERR_INVALIDCHANGETYPE "You can't change rowset type from table to command or reverse."
IDS_SYPODL_ERR_INVALIDCOLUMNTYPE "Invalid column index, name or type"
IDS_SYPODL_ERR_EXECUTEFAILED "Execute command failed."
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?