MFC ADO数据库编程 : A set of ADO classes

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
    • CADODatabase
    • Open
    • Execute
    • GetRecordsAffected
    • GetActiveConnection
    • GetRecordCount
    • BeginTransaction
    • CommitTransaction
    • RollbackTransaction
    • IsOpen
    • Close
    • SetConnectionString
    • GetConnectionString
    • SetConnectionMode
    • GetLastError
    • GetLastErrorString
  • 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
    • CADOParameter
    • SetPrecision
    • SetScale
    • SetValue
    • GetValue
    • SetName
    • GetName
    • GetType
    • GetParameter
  • The CADOCommand Class
    • CADOCommand
    • AddParameter
    • SetText
    • GetText
    • SetType
    • GetType
    • GetCommand
    • Execute
    • GetRecordsAffected
  • The CJectEngine Class
    • CompactDatabase
  • The CADOException Class
    • CADOException
    • GetErrorMessage
    • GetError
    • SetError
  • COLEDBDataLink
    • COLEDBDataLink
    • New
    • Edit
  • COLEDBException
    • GetErrorMessage
    • GetError
    • SetError
  • Common Questions

你可能感兴趣的:(编程,数据库,mfc)