Please visit our sponsors !
Introduction to ADO
ADO can be used to access databases from your web pages.
What you should already know
Before you continue you should have a basic understanding of the
following:
- WWW, HTML and the basics of building Web pages
- A scripting language like JavaScript or VBScript
- Active Server Pages (ASP)
- Structured Query Language (SQL)
If you want to study these subjects first, go to our Home
Page
What is ADO?
- ADO is a Microsoft technology
- ADO stands for ActiveX Data Objects
- ADO is a Microsoft Active-X component
- ADO is automatically installed with Microsoft IIS
- ADO is a programming interface to access data in a database
- ADO can be accessed from within your Active Server Pages
Accessing a Database from an ASP Page
The normal way to access a database from inside an ASP page is to:
- Create an ADO connection to a database
- Open the database connection
- Create an ADO recordset
- Open the recordset
- Extract the data you need from the recordset
- Close the recordset
- Close the connection
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|