qwerasdf1999
New Member
can u spot what's wrong: <BR>Connect_String = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("../../forum/juvanet_forumjuvana.mdb") <BR>Set MyConn = Server.CreateObject("ADODB.Connection") <BR>Set MyRS = Server.CreateObject("ADODB.RecordSet") <BR>MyConn.Open Connect_String <BR>check="Select * from newpost" <BR>MyRS.Open check, MyConn, adOpenDynamic, adLockReadonly, adCmdText <BR><BR>it returns an error: <BR><BR>Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. <BR><BR>Please help me.. <BR>Yeah, it's not an ASP.NET question, that's what's wrong.