salve potete aiutarmi??

errore:

ADODB.Recordset error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

/stringaRecordset.asp, line 3




stringaRecordset.asp:

<%
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open sql, conn ,3,3
%>