当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP ADO

ASP
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO
ASP AdRotator
ASP BrowserCap
ASP Content Linking
ASP Content Rotator
ASP Quick Ref
ASP 摘要
ASP 实例

ASP ADO


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 529 ::
收藏到网摘: n/a

ADO can be used to access databases from your web pages.
ADO的作用是通过网页访问数据库。


Accessing a Database from an ASP Page
通过一个网页访问数据库

The common way to access a database from inside an ASP page is to:
访问ASP网页内的数据库的一般方法是:

  1. Create an ADO connection to a database
    与数据库建立一个ADO连接
  2. Open the database connection 
    打开一个数据库连接
  3. Create an ADO recordset 
    建立一条ADO记录
  4. Open the recordset
    打开这条记录
  5. Extract the data you need from the recordset 
    从记录中选取你所需要的日期
  6. Close the recordset
    关闭记录
  7. Close the connection
    关闭连接

What is ADO?
什么是ADO?

  • ADO is a Microsoft technology
    ADO是微软的技术
  • ADO stands for ActiveX Data Objects
    ADO 的全称是 ActiveX Data Objects
  • ADO is a Microsoft Active-X component
    ADO 微软的 Active-X 中的一个组件
  • ADO is automatically installed with Microsoft IIS
    ADO 是自动装入 Microsoft IIS 中的
  • ADO 是一个对数据库数据进行访问的设计页面

Where to go next?
接下来学什么?

If you want to study more ADO, read our ADO tutorial.
如果你想学习更多的关于ADO的知识,请阅读ADO教程

评论 (0) All

登陆 | 还没注册?