Hi,
I'm trying (badly) to create a few parameters to pass to a stored procedure (SQL7). The error i get is:
ADODB.Command error '800a0d5d'
Application uses a value of the wrong type for the current operation.
The parameter is defined as follows:
adocmd.Parameters.Append adocmd.CreateParameter("login", _
adVarChar, adParamInput, 6, _
Request.Form("login"
)
And the field is posted from the prev page
<input type="hidden" name="login" value="<%= login%>">
Has anyone any ideas to help as i think i'm going insane?????????
Thanks
I'm trying (badly) to create a few parameters to pass to a stored procedure (SQL7). The error i get is:
ADODB.Command error '800a0d5d'
Application uses a value of the wrong type for the current operation.
The parameter is defined as follows:
adocmd.Parameters.Append adocmd.CreateParameter("login", _
adVarChar, adParamInput, 6, _
Request.Form("login"
And the field is posted from the prev page
<input type="hidden" name="login" value="<%= login%>">
Has anyone any ideas to help as i think i'm going insane?????????
Thanks