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

📄 sypoledblib.rc

📁 实现了CSypODLConnection类
💻 RC
字号:
//Microsoft Developer Studio generated resource script.
//
#include "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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -