You are not logged in.
Pages:: 1
#1 2018-06-15 06:20:12
How do you connect to the database?
Server Scripting Quizzes MCQs Quizzes ADO Quiz MCQs
Question:
How do you connect to the database?
Option A):
<% set conn=Server.CreateObject() %>
Option B):
All of these
Option C):
<% Server.CreateObject("ADODB.Connection") %>
Option D):
<% set conn=Server.CreateObject("ADODB.Connection") %>
Correct Answer is Option D):
<% set conn=Server.CreateObject("ADODB.Connection") %>
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2018-06-15 06:20:12
- Advertisement
- Ads By Google
Re: How do you connect to the database?
\n
Pages:: 1