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

ADO Examples

prev next

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


prev next

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