当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > 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案例。
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教程。