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

w3pop.com :: 网络学院 :: ADO :: ADO 摘要

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO
ADO介绍
ADO数据库连接
ADO记录集
ADO显示记录
ADO查询语句
ADO记录排序
ADO添加记录
ADO更新记录
ADO删除记录
ADO演示
ADO提升执行速度
ADO Command对象
ADO Connection对..
ADO Error
ADO Field
ADO Parameter
ADO 属性
ADO Record
ADO Recordset
ADO Stream

ADO 摘要


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 修改:2007-06-17 浏览:2370 :: ::

ADO Summary
ADO总结

This tutorial has taught you how to access data in a database from a web site.
这份教程已经教会你如何访问一个网站上的数据库。

You have learned how to display data from a database on a web site, and how to edit, add and delete the data with ADO.
你已经学会了如何显示一个网站上的数据库中的数据,以及如何使用ADO对其中的数据进行编辑、添加和删除

For more information on ADO, please look at our ADO examples.
如果你想获取更多关于ADO的信息,请查阅ADO案例


Now You Know ADO, What's Next?
现在你已经学完了ADO,那么接下来该学些什么呢?

The next step is to learn SQL.
下一步将学习SQL。

SQL is a standard computer language for accessing and manipulating database systems.
SQL是一个用来访问和操作数据库系统的标准化计算机语言。

SQL statements are used to retrieve and update data in a database. SQL works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, and other database systems.
SQL语句的作用是:提取或更新数据库中的数据。SQL可以用于诸如MS Access、DB2、Informix、MS SQL Server、Oracle、Sybase以及其它的数据库系统。

If you want to learn more about SQL, please visit our SQL tutorial.
如果你想学习更多关于SQL的指示,请访问我们的SQL教程

评论 (0) All