This is the bridge to the database. The script tells ADO, "Go find this user's order history," and ADO fetches it from the database and brings it back to the script.
Once the scripts have finished running—calculating totals, checking logins, or fetching data—the ASP engine strips away all the code. What’s left is pure, standard . Active Server Pages Architecture
The real power of ASP architecture is its social circle. The engine doesn't work alone; it uses objects. This is the bridge to the database