1 What programming model is ASP based on?
ASP is based on Object Programming model
Ref : http://www.asp101.com/articles/wrox/3382/33820605.asp
3 What does connection.execute connection.open do?
connection.Open -- Open the connection to the database
connection.execute --execute the SQL
5. How do you define disconnected Recordset in ASP?
There are two basic techniques for retrieving a recordset directly:
Using a SQL statement or query directly against the DataFactory object
Using a custom business component on the server that returns a recordset
There are two basic techniques for retrieving a recordset directly:
Using a SQL statement or query directly against the DataFactory object
Using a custom business component on the server that returns a recordset