ASP Course Summary

ASP Overview

This tutorial has explained how to add server-side scripts to your website to make your website more dynamic and interactive.

We have learned how to dynamically edit, change, or add web content, respond to data submissions from HTML forms, access data or databases, and return results to the browser, customizing pages for different users to make these pages more accessible.

For more information about ASP, please read our ASP Examples.

Now that we have learned ASP, what should we learn next?

The next content to be learned should be SQL and ADO.

SQL

SQL is a standard computer language used for accessing and processing database systems.

SQL statements are used to retrieve and update data in databases. SQL works in conjunction with database programs such as MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, and other database systems.

If you want to learn more about SQL, please visit our SQL Tutorial.

ADO

ADO is a programming interface for accessing data in a database from a website.

ADO uses SQL to query data in a database.

If you want to learn more about ADO, please visit our ADO Tutorial.