Ado Classes

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Ado Classes

Previous pageReturn to chapter overviewNext page
AdoCommand ClassA definition of a specific command that you intend to execute against a data source
AdoConnection ClassA Connection object represents an open connection to a data source
AdoError ClassAn object with details about errors
AdoErrors ClassErrors Collection
AdoField ClassA Field object represents a column of data with a common data type.
AdoFields ClassFields Collection
AdoParameter ClassA parameter or argument for a parameterized query or stored procedure.
AdoParameters ClassParameters Collection
AdoProperties ClassProperties Collection
AdoProperty ClassA Characteristic of an ADO object that is defined by the provider.
AdoRecord ClassA row or an file/directory object
AdoRecordset ClassThe entire set of records from a base table or the results of an executed command.
AdoStream ClassRepresents a stream of binary data or text.