• Microsoft ADO
    • ADO Overview
    • ADO Object Model
    • ADO Objects
      • Command Object
      • Connection Object
      • Error Object
      • Field Object
      • Parameter Object
      • Property Object
      • Recordset Object
    • ADO Collections
      • Errors Collection
      • Fields Collection
      • Parameters Collection
      • Properties Collection
    • ADO Methods
      • A-C
        • AddNew
        • Append
        • AppendChunk
        • BeginTrans
        • CancelBatch
        • CancelUpdate
        • Clear
        • Clone
        • Close
        • CommitTrans
        • CreateParameter
      • D-N
        • Delete (Collections)
        • Delete (Recordset)
        • Execute (Command)
        • Execute (Connection)
        • GetChunk
        • GetRows
        • Item
        • Move
        • MoveFirst
        • MoveLast
        • MoveNext
        • MovePrevious
        • NextRecordset
      • O-Z
        • Open (Connection)
        • Open (Recordset)
        • OpenSchema
        • Refresh
        • Requery
        • Resync
        • RollbackTrans
        • Supports
        • Update
        • UpdateBatch
    • ADO Properties
      • A-B
        • AbsolutePage
        • AbsolutePosition
        • ActiveConnection
        • ActualSize
        • Attributes
        • BOF
        • Bookmark
      • C
        • CacheSize
        • CommandText
        • CommandTimeout
        • CommandType
        • ConnectionString
        • ConnectionTimeout
        • Count
        • CursorLocation
        • CursorType
      • D-K
        • DefaultDatabase
        • DefinedSize
        • Description
        • Direction
        • EditMode
        • EOF
        • Filter
        • HelpContext
        • HelpFile
        • IsolationLevel
      • L-N
        • LockType
        • MarshalOptions
        • MaxRecords
        • Mode
        • Name
        • NativeError
        • Number
        • NumericScale
      • O-R
        • OriginalValue
        • PageCount
        • PageSize
        • Precision
        • Prepared
        • Provider
        • RecordCount
      • S-Z
        • Size
        • Source (Error)
        • Source (Recordset)
        • SQLState
        • State
        • Status
        • Type
        • UnderlyingValue
        • Value
        • Version
    • Using OLE DB Providers with ADO
      • Microsoft OLE DB Provider for ODBC
      • Microsoft OLE DB Provider for Index Server
      • Microsoft OLE DB Provider for Active Directory Service
    • ADO Code Examples
      • A-B
        • AbsolutePage, PageCount, and PageSize Properties Example
        • AbsolutePosition and CursorLocation Properties Example
        • ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction Properties Example
        • ActualSize and DefinedSize Properties Example
        • AddNew Method Example
        • Append and CreateParameter Methods Example
        • AppendChunk and GetChunk Methods Example
        • Attributes and Name Properties Example
        • BeginTrans, CommitTrans, and RollbackTrans Methods Example
        • BOF, EOF, and Bookmark Properties Example
      • C-D
        • CacheSize Property Example
        • Clone Method Example
        • ConnectionString, ConnectionTimeout, and State Properties Example
        • Count Property Example
        • CursorType, LockType, and EditMode Properties Example
        • Delete Method Example
        • Description, HelpContext, HelpFile, NativeError, Number, Source, and SQLState Properties Example
      • E-M
        • Execute, Requery, and Clear Methods Example
        • Filter and RecordCount Properties Example
        • GetRows Method Example
        • IsolationLevel and Mode Properties Example
        • LockType Property Example
        • MarshalOptions Property Example
        • MaxRecords Property Example
        • Move Method Example
        • MoveFirst, MoveLast, MoveNext, and MovePrevious Methods Example
      • N-R
        • NextRecordset Method Example
        • NumericScale and Precision Properties Example
        • Open and Close Methods Example
        • OpenSchema Method Example
        • OriginalValue and UnderlyingValue Properties Example
        • Prepared Property Example
        • Provider and DefaultDatabase Properties Example
        • Refresh Method Example
        • Resync Method Example
      • S-Z
        • Source Property Example
        • Status Property
        • Supports Method Example
        • Type Property Example
        • Update and CancelUpdate Methods Example
        • UpdateBatch and CancelBatch Methods Example
        • Value Property Example
        • Version Property Example
    • ADO Error Codes