Click here to Skip to main content
15,884,388 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
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SypOLEDBLib.rc
//
#define IDS_SYPODL_ERR_DELETERECORD			1001
#define IDS_SYPODL_ERR_EDITRECORD			1002
#define IDS_SYPODL_ERR_NAVIGATERECORD		1003
#define IDS_SYPODL_ERR_INSERTRECORD			1004
#define IDS_SYPODL_ERR_RECORDSETNOTOPEN		1005
#define IDS_SYPODL_ERR_OPENRECORDSET		1006
#define IDS_SYPODL_ERR_COMMITTRANSFAILED	1007
#define IDS_SYPODL_ERR_ABORTTRANSFAILED		1008
#define IDS_SYPODL_ERR_STARTTRANSFAILED		1009
#define IDS_SYPODL_ERR_DBNOTOPEN			1010
#define IDS_SYPODL_ERR_CONTOPENSESSION		1011
#define IDS_SYPODL_ERR_CONTOPENDB			1012
#define IDS_SYPODL_ERR_INVALIDCOLINDEX		1013
#define IDS_SYPODL_ERR_GETROWCOUNT			1014
#define IDS_SYPODL_ERR_UPDATEROWSET			1015
#define IDS_SYPODL_ERR_SETBOOKMARK			1016
#define IDS_SYPODL_ERR_MOVETOBOOKMARK		1017
#define IDS_SYPODL_ERR_CREATERECORDSET		1018
#define IDS_SYPODL_ERR_CONSTRUCTRECORDSET	1019
#define IDS_SYPODL_ERR_ATTACHROWSET			1020
#define IDS_SYPODL_ERR_INVALIDCHANGETYPE	1021
#define IDS_SYPODL_ERR_EXECUTEFAILED        1022
#define IDS_SYPODL_ERR_INVALIDCOLUMNTYPE    1023


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