From http://www.w3schools.com (Copyright Refsnes Data)

ADO Examples

« Previous Next Chapter »

Display

Display records
Display records in an HTML table
Add headers to the HTML table
Add colors to the HTML table

Queries

Display records where "Companyname" starts with an A
Display records where "Companyname" is > E
Display only Spanish customers
Let the user choose filter

Sort

Sort the records on a specified fieldname ascending
Sort the records on a specified fieldname descending
Let the user choose what column to sort on

Recordset Object

GetRows
GetString


« Previous Next Chapter »

From http://www.w3schools.com (Copyright Refsnes Data)