Microsoft VBScript compiler error error '800A03F6'
Lack of 'end'
/iishelp/common/500-100.asp, line 242
AdoDb.recordset error '800A0E7D'
Objects are not allowed in an object with a closed or invalid connection.
/REG.ASP, line 15
<% DIM Userdim Pasuser = Request.QueryString ("User") PAS = Request.QueryString ("PAS") Set CNN = Server.createObject ("AdoDb.Connection" ConnStr1 = "DBQ =" & Server.MAppath ("Chat" .mdb ") &"; defaultdir =; driver = {Microsoft Access driver (* .mdb)}; "SQL =" INTO USER VALUE ('"& user &",' "& pas &" ',) "SET RS = Server .CreateObject ("AdoDb.Recordset") RS.Open SQL, CNN, 1, 3Set RS = NothingSession ("User") = USER%>