ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

/japanese/sezionex.asp, line 134


la linea 134 è questa:

codice:
131 <% 
132 Set Rs = Server.CreateObject("ADODB.Recordset") 
133 Sql = "SELECT * FROM giapponese WHERE Sezione = '" & Request.QueryString("nome") & "'"
134 Rs.Open Sql, Conn, 3, 3 
135 %>