|
You can access a Database from an ASP page through following steps.
Step 1: Create an ADO connection to a database
Step 2. Open the database connection
Step 3. Create an ADO recordset
Step 4. Open the recordset
Step 5. Extract the data you need from the recordset
Step 6. Close the recordset
Step 7. Close the connection
|