Content deleted Content added
No edit summary |
|||
Line 5:
ADO consists of several top-level objects:
*Connection
*Recordset
*Command
*Record
*Stream
*Error
*Field
*Parameter
*Property
The ADO components are usually used in conjunction with a high-level language such as [[VBScript]] in an [[Active Server Pages|ASP]] environment or [[Visual Basic]]. However, languages such as [[Borland Delphi|Delphi]] and [[C++ Builder]], development environments from Microsoft rival [[Borland|Borland Software Corporation]], also allow the use of ADO to access various databases.
|