YouTip LogoYouTip

Asp Summary

## ASP Summary This tutorial has taught you how to add server-side scripting to your website, making it 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 to make them more usable. For more information about ASP, please refer to our ( * * * ## Now That You Have Learned ASP, What Should You Learn Next? The next step is to learn SQL and ADO. **SQL** SQL is a standard computer language used to access and process database systems. SQL statements are used to retrieve and update data in databases. 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, please visit our ( **ADO** ADO is a programming interface for accessing data in databases from websites. ADO uses SQL to query data in databases. If you want to learn more about ADO, please visit our (
← Asp ExamplesAsp Quickref β†’