当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP 摘要
This tutorial has taught you how to add server-side scripts to your web site, to make your web site more dynamic and interactive.
这部分ASP教程已经教了你该如何将服务器段的脚本程序添加到你的站点,使你的网站变成一个动态的交互式网站。
You have learned how to dynamically edit, change or add any content of a web page, respond to data submitted from HTML forms, access any data or databases and return the results to a browser, customize a web page to make it more useful for individual users.
你已经学会了该如何动态的编辑、改变以及添加网页的内容,如何对HTML表单提交的数据做出应答,如何访问数据库中的数据以及返回结果给浏览器,增强了个人用户对网页的实用性。
For more information on ASP, please look at our ASP examples.
如果想了解更多的关于ASP的信息,请访问ASP实例。
The next step is to learn SQL and ADO.
下一步该学习的是SQL和ADO
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教程.
ADO
ADO is a programming interface to access data in a database from a web site.
ADO是一个通过网站访问数据库的编程界面。
ADO uses SQL to query data in a database.
ADO使用SQL来查找数据库中的数据。
If you want to learn more about ADO, please visit our ADO tutorial.
如果你想学习更多关于ADO的知识,请访问ADO教程。