Click here to Skip to main content
15,886,069 members
Articles / Database Development / SQL Server

High Performance OLE DB library : Ease of ADO, power of OLE DB

Rate me:
Please Sign up or sign in to vote.
2.50/5 (6 votes)
2 Dec 20013 min read 83.3K   3.4K   41  
Introduction to OLE DB extended classes
//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
/////////////////////////////////////////////////////////////////////////////

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions