Error:
ADODB.Command '800a0d5d'
Application uses a value of the wrong type for the current operation.
I'am calling a stored procedure with parameters. But in this line I'm receiving that error:
Set parm = cmd.createParameter("@Preg68", adVarChar, adParamInput, 1024, Survey.item("preg68")
Survey is a dictionary object, its item("preg68" contains data taken from a form textarea. It usually works fine.
I don't know what kind of data it received that it crashed.
Thank you by your help.
ADODB.Command '800a0d5d'
Application uses a value of the wrong type for the current operation.
I'am calling a stored procedure with parameters. But in this line I'm receiving that error:
Set parm = cmd.createParameter("@Preg68", adVarChar, adParamInput, 1024, Survey.item("preg68")
Survey is a dictionary object, its item("preg68" contains data taken from a form textarea. It usually works fine.
I don't know what kind of data it received that it crashed.
Thank you by your help.