Error Type:
ADODB.Parameter (0x800A0D5D)
Application uses a value of the wrong type for the current operation.
/NetworkForms/_ScriptLibrary/Recordset.ASP, line 979
I get this error message.
all of my dtc recordset values are set as varchars.
except in the stored procedure I do an insert of 7 varchars and then a select identity as int.
Could this int be the problem for the wrong type for current operation error
ADODB.Parameter (0x800A0D5D)
Application uses a value of the wrong type for the current operation.
/NetworkForms/_ScriptLibrary/Recordset.ASP, line 979
I get this error message.
all of my dtc recordset values are set as varchars.
except in the stored procedure I do an insert of 7 varchars and then a select identity as int.
Could this int be the problem for the wrong type for current operation error