| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. ADO can be used to access _____________ from your web pages.

Correct Answer is : Databases

2. What is ADO ?

Correct Answer is : ActiveX Data Objects

3. ADO is a ___________ technology.

Correct Answer is : Microsoft

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

Correct Answer is : Create an ADO connection to a database

5. How do you connect to the database ?

Correct Answer is : <% set conn=Server.CreateObject("ADODB.Connection") %>