Content deleted Content added
No edit summary |
Delphi |
||
Line 15:
*Property (stores information about objects)
ADO component is used in conjunction with a high-level language, such as [[VBScript programming language|VBScript]] in an [[Active Server Pages]] (ASP) environment,or Visual Basic.Even [[Delphi]] from Microsoft Rival [[Borland]] Coporation now allow the use of ADO to access various database.
Here is an ASP example using ADO to select the "Name" field, from a table called "Phonebook", where a "PhoneNumber" was equal to "555-5555". dim myconnection, myrecordset, name
|