ActiveX Data Objects: Difference between revisions

Content deleted Content added
YurikBot (talk | contribs)
m robot Adding: fr:ADO
Fuzzie (talk | contribs)
m disambig Delphi link
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 [[Borland Delphi|Delphi]], a development environment from Microsoft rival [[Borland]] Coporation, now allows the use of ADO to access various databases.
 
In the newer programming framework of .NET, [[Microsoft]] also presented an upgraded version of ADO called [[ADO.NET]]. Its object structure is quite different from that of traditional ADO. Traditional ADO is still very popular, and is often perceived as being more mature.