Please visit our sponsors !
ADO Tutorial
ADO Tutorial
In our ADO tutorial you will learn about ADO, and how to use ADO to access
databases
from your Web. Start Learning ADO!
ADO References
At W3Schools you will find complete ADO references about built-in objects, and their properties and methods.
ADO Object
References.
ADO Examples
Learn by examples! Because ASP scripts are executed on the server, you
can not view ASP code in a browser, you will only see the output from ASP which
is plain HTML. At W3Schools every example displays the hidden ASP code. This
will make it easier for you to understand how it works. ADO
Examples!
Table of Contents
ADO Introduction
This chapter explains what ADO is, and how it can be used.
ADO Database Connection
This chapter explains how to connect to a database using ADO.
ADO Recordset
This chapter explains how to access an ADO Recordset.
ADO Display
This chapter explains the most common way to display data from an ADO Recordset.
ADO and SQL
This chapter explains how to use SQL to filter and order an ADO Recordset.
ADO Demonstration
This chapter demonstrates how ADO can be used.
ADO Object References
ADO Command object
The Command object is used to execute a query against a data source. The query
can perform actions like creating, adding, retrieving, deleting or updating
records. The Command object can also use stored queries and procedures with
parameters.
ADO Connection object
The Connection Object is used to create a connection to a data source.
ADO Error object
The Error object contains details about data access errors that have been
generated during a single operation.
ADO Field object
The Field object contains information about a column in a Recordset.
ADO Parameter object
The Parameter object contains information about a parameter used in a stored
procedure or query.
ADO Property object
The Property object represents a dynamic characteristic of an ADO object that is
defined by the provider.
ADO Record object
The Record object is used to hold a row in a Recordset, or a directory or file
in a file system.
ADO Recordset object
The Recordset Object is used to hold a set of records from a database table.
ADO Stream object
The Stream Object is used to hold a stream of text or binary data.
ADO Examples
ADO Examples
Lots of ADO Examples !!!
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
|