当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO 实例
Display 显示
Display records
显示记录
Display records in an HTML table
在HTML表格中显示记录
Add headers to the HTML table
为HTML表格加上标题
Add colors to the HTML table
为HTML表格加上颜色
Queries 查询
Display records where "Companyname" starts with an A
显示"Companyname"中开头为A的记录
Display records where "Companyname" is > E
显示"Companyname"中大于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 对象