Script error detected at line 1047.
Source line: MyConn.Open Connect_String
Script details:
1037 Response.Write "" & vbCrLf
1038 Response.Write "" & vbCrLf
1039
1040 Connect_String="Provider=MSDASQL.1;Password="""";Persist Security Info=True;User ID=;Data Source=The Valet"
1041
1042 Response.Write "" & vbCrLf
1043 Response.Write "" & vbCrLf
1044
1045 Err_String = ""
1046 set MyConn=Server.CreateObject("ADODB.Connection")
1047 set RS=Server.CreateObject("ADODB.Recordset")
1048 MyConn.Open Connect_String
1049 if err <> 0 then
1050 Err_String = Err_String& "Error:While opening recordset.
"
1051 Err_String = Err_String& "Description:" & err.description & "
"
1052 err = 0
1053 end if
1054 if request("clearsession") = "1" then
1055 session.contents.remove("automoblie_automoblie")
1056 end if
1057 RS.CursorLocation = 3
Description: Unspecified error