From http://www.w3schools.com (Copyright Refsnes Data)
This tutorial has taught you how to add server-side scripts to your web site, to make your web site more dynamic and interactive.
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.
For more information on ASP, please look at our ASP examples.
The next step is to learn SQL and ADO.
SQL
SQL is a standard computer language for accessing and manipulating database systems.
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.
If you want to learn more about SQL, please visit our SQL tutorial.
ADO
ADO is a programming interface to access data in a database from a web site.
ADO uses SQL to query data in a database.
If you want to learn more about ADO, please visit our ADO tutorial.
Get Your Diploma!W3Schools' Online Certification Program is the perfect solution for busy professionals who need to balance work, family, and career building. The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS. The JavaScript Certificate is for developers who want to document their knowledge of JavaScript and the HTML DOM. The XML Certificate is for developers who want to document their knowledge of XML, XML DOM and XSLT. The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO. The PHP Certificate is for developers who want to document their knowledge of PHP and SQL (MySQL). |
From http://www.w3schools.com (Copyright Refsnes Data)