Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q5803 What's ADO and what is it used for?

irt.org | Knowledge Base | ASP | Q5803 [ previous next ]

Q5803 What's ADO and what is it used for?

ADO stands for ActiveX Data Objects. ADO is an application programming interface (API) and part of Microsoft's Data Access Components. It provides a number of objects that are used in the query and manipulation of databases through ASP.

ADO objects are used by first creating an instance of (instantiating) the object you want on the server. This is done with simple ASP code. Then, you simply use the methods, properties and collections of that object to accomplish what you want. See the 'How do I connect to and display records from a database??' Question for details on how to do this.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.