How should the code be rewritten so that the script functions correctly?

Consider the following code:
<%@ LANGUAGE=VBScript %>
<% option explicit %>
<!– #INCLUDE FILE={ASPADO.inc} –>
<%
Const cDSN = “Driver=SQL
Server;Server=130.66.76.169;Database=Pubs;UID=student;pwd=student”

Dim rs
Dim mySQL
Dim I
Dim s
%>
How should the code be rewritten so that the script functions correctly?

Consider the following code:
<%@ LANGUAGE=VBScript %>
<% option explicit %>
<!– #INCLUDE FILE={ASPADO.inc} –>
<%
Const cDSN = “Driver=SQL
Server;Server=130.66.76.169;Database=Pubs;UID=student;pwd=student”

Dim rs
Dim mySQL
Dim I
Dim s
%>
How should the code be rewritten so that the script functions correctly?

A.
<!– #INCLUDE FILE = /ASPADO.inc/ –>

B.
Dimrs Dim mySQL Dim I Dim s

C.
<!– #INCLUDE FILE = ASPADO.inc –>

D.
Dimrs,Dim mySQL,Dim I,Dim s



Leave a Reply 0

Your email address will not be published. Required fields are marked *