ADO - Record

The Record object represents things like Directories and Files in a file system, and folders and messages in an e-mail system. A record can also represent a row in a RecordSet. A record has a Field collection.

6/2005 note - I havn’t seen this used that much - I saw esoteric examples in the Outlook/Exchange programmers guide. I’ve also seen it used to pass data back and forth between layers.

Properties

  • ActiveConnection
  • Mode
  • ParentURL
  • RecordType
  • Source
  • State

Fields

  • Properties

Methods

  • Cancel
  • Close
  • CopyRecord
  • DeleteRecord
  • GetChildren
  • MoveRecord
  • Open