Backend Development ASP.NET Subjective
May 20, 2013

What is the common way to to access a database from inside an ASP page ?

Detailed Explanation

The common way to access a database from inside an ASP page is to:

 - Create an ADO connection to a database

 - Open the database connection

 - Create an ADO recordset

 - Open the recordset

 - Extract the data you need from the recordset

 - Close the recordset

 - Close the connection

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback