What's next after learning ADO?
- Previous Page ADO Data Type
- Next Page ADO Example
ADO Overview
This tutorial has explained how to access data from the database on the website.
You have learned how to display data from the database on the website, as well as how to edit, add, and delete these data through ADO.
For more information about ADO, please refer to our ADO Example.
What's next after learning ADO?
The next step should be to learn SQL.
SQL is a standard computer language used to access and operate database systems.
SQL statements are used to retrieve and update data in databases. SQL can work with these database systems: MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, and other database systems.
If you need to learn more about SQL, please visit our SQL Tutorial.
- Previous Page ADO Data Type
- Next Page ADO Example