ASP summary
ASP Summary
This tutorial has explained to you how to add server-side scripts to your website to make your website more dynamic and interactive.
You have learned how to dynamically edit, change, or add web page content, respond to data submitted from HTML forms, access data or databases and return results to the browser, and customize pages for different users. These pages are more usable.
To learn more about ASP, check out our ASP examples.
Now that you have learned ASP, what should you learn next?
The next step to learn is SQL and ADO.
SQL
SQL is a standard computer language used to access and manipulate database systems.
SQL statements are used to retrieve and update data in the database. SQL works 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, visit our SQL tutorials.
ADO
ADO is a programming interface for accessing data in a database from a website.
ADO uses SQL to query data in the database.
If you want to learn more about ADO, please visit our ADO tutorial.