PrepAway - Latest Free Exam Questions & Answers

Category: 1D0-430

Exam 1D0-430: CIW Application Developer

what reason?

Andreas wrote the following ASP code, but it did not execute correctly:
<%
Dim 1_objConn, objRS
Set objConn = Server.CreateObject(“ADODB.Connection”)
1_objConn.ConnectionString = …
1_objConn.Open
Set objRS = 1_objConn.Execute(“…”)
objRS.Close
Set objRS = Nothing
1_objConn.Close
Set 1_objConn = Nothing
%>
The Web server would not to run this part of the script for what reason?


Page 11 of 14« First...910111213...Last »