ADO ASP Quiz
Attempted
0/10
Correct 0
Score 0
‹
›
Database connectivity with ADO has 3 main objects:
What is the sequential procedure in working with databases?
ActiveX Data Objects (ADO) comes installed with ASP and allows your pages to easily connect to databases. Which two ADO objects are used to open a connection and interact with the database?
What is a connection object?
What is a connection string?
There are two methods of connecting to an Access database. Which are they?
Which connection method requires a connection object?
Which connection method requires a connection string?
What information can a connection string contain about the database you are trying to connect to?
What must your ASP code have if you are using the DSN method of connecting?