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:
- Create an ADO Connection to the database
- Open Database Connectivity
- Create ADO record set
- Open the record set
- You need to focus on extracting data from the data
- Close dataset
- 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 .