http://blog.csdn.net/byxdaz/article/details/2563174MF 好文章
A set of ADO classes - version 2.20 源出 http://www.codeproject.com/KB/database/caaadoclass1.aspx
- Download source version 2.09 - 10.6 Kb
- Download source version 2.20 - 14.4 Kb
- Download MS Data Control Bind sample - 36.2 Kb
Overview
- The CADODatabase Class
- The CADORecordset Class
- CADORecordset
- Open
- Execute
- GetQuery
- SetQuery
- RecordBinding
- GetRecordCount
- IsOpen
- Close
- GetFieldCount
- GetFieldValue
- IsFieldNull
- IsFieldEmpty
- IsEof
- IsBof
- Move
- AbsolutePage
- GetPageCount
- PageSize
- AbsolutePosition
- GetFieldInfo
- GetChunk
- AppendChunk
- GetString
- GetLastError
- GetLastErrorString
- AddNew
- Edit
- Delete
- Update
- CancelUpdate
- SetFieldValue
- Find
- FindFirst
- FindNext
- GetBookmark
- SetBookmark
- SetFilter
- SetSort
- GetRecordset
- GetActiveConnection
- Clone
- SaveAsXML
- OpenXML
- OpenSchema
- Requery
- The CADOParameter Class
- The CADOCommand Class
- The CJectEngine Class
- The CADOException Class
- COLEDBDataLink
- COLEDBException
- Common Questions
MFC ADO数据库编程 : A set of ADO classes
最新推荐文章于 2026-04-19 02:10:16 发布
本文详细介绍了一套ADO类库(CADODatabase, CADORecordset, CADOParameter, CADOCommand等)的功能与使用方法,包括数据库操作、记录集管理、参数设置及命令执行等关键API。此外还提供了错误处理机制及实用示例。

260

被折叠的 条评论
为什么被折叠?



