Latest web development tutorials

ASP ADO

ADO to access the database from the web.


Access to the database from an ASP page

From the usual way of ASP pages to access the internal database are:

  1. Create an ADO Connection to the database
  2. Open Database Connectivity
  3. Create ADO record set
  4. Open the record set
  5. You need to focus on extracting data from the data
  6. Close dataset
  7. Close connection

ADO is what?

  • ADO is a Microsoft technology
  • ADO RepresentativeActiveX D ata O bjects
  • ADO is a Microsoft Active-X components
  • ADO will be automatically installed with Microsoft IIS
  • ADO to access data in a database is a programming interface

If you want to learn more about the ADO knowledge, please read our ADO tutorial .