网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: ADO :: ADO 实例

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO
ADO DataTypes
ADO 摘要
ADO 实例

ADO 实例


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:3846 :: ::

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 对象

GetRows
GetString

评论 (0) All