You Have Learned ADO, What's Next?
ADO Summary
ADO Overview
This tutorial has shown you how to access data from a database on a website.
You have learned how to display data from a database on a website and how to edit, add, and delete this data using ADO.
For more information about ADO, please refer to our ADO Examples.
You Have Learned ADO, What's Next?
The next step should be to learn 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 these database systems: MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, among others.
If you need to learn more about SQL, please visit our SQL Tutorial.