- 博客(7)
- 收藏
- 关注
原创 Wish you were here
So, so you think you can tell Heaven from Hell,blue skies from pain?Can you tell a green field from a cold steel rail?A smile from a veil?Do you think you can tell?And did they get you to trade your h
2004-10-26 10:20:00 780
原创 OLE DB API 程序设计
开始之前,需要知道的一些不属于OLE DB,但又需要用道的函数。CoInitialize();CoCreateInstance();创建一个单一的,由CLSID指定的未初始化的类对象。STDAPI CoCreateInstance( REECLSID rclsid, //Class identifier (CLSID) of the object LPUNKNOWN pUnkOuter,
2004-10-13 22:09:00 988
原创 Rowsets
行集(Rowsets)行集是一个重要的对象,它使OLE DB组件以表格形式导出(expose)及操作数据。行集对象是行的集合,每行由数据列构成。CoType TRowset { [mandatory] interface IAccessor; [mandatory] interface IColumnsInfo; [mandatory] interface ICon
2004-09-29 15:32:00 862
原创 Session Objects
会晤(session)对象会晤对象提供用以创建命令(commands)及行集(rowset)的方法,以及创建与修改表(tables)及索引(indexes)的方法。CoType TSession { [mandatory] interface IGetDataSource; [mandatory] interface IOpenRowset; [mandatory]
2004-09-28 15:47:00 773
原创 Properties
设置属性确定需要设置的属性。 确定属性所属的集合。 分配DBPROPSET结构类型的数组,每个单元为一个确定的属性集合。 为每个属性集合分配一个DBPROP结构类型数组。每个数组中单元的数量是在第一步中确定的属于本属性集的属性的数量。Jet Provider 属性DBPROPSET_JETOLEDB_DBINITDBPROP_JETOLEDB_ENGINEType:
2004-09-28 11:19:00 950
原创 Bressanone
BressanoneHere I stand in Bressanone / With the stars up in the skyAre they shining over Brenner / And upon the other sideYou would be sweet surrender / I must go the other wayAnd my dream would car
2004-09-06 23:55:00 1119 1
原创 ANSI vs UNICODE
环境:C RunTime LibraryUnicode 在ANSI C中的定义:String.htypedef unsigned short wchar_t标准的ANSI C字符串函数及等价Unicode函数char * strchr(const char *, int);wchar_t * wcschr(const wchar *, wchar_t);int strcmp(const
2004-09-05 14:41:00 876
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人