I am trying to create a parameter for a SQL field in Visual InterDev.
Set tmpParam = addrequest.CreateParameter ("@uid", adInteger, adParamOutput, 16, uid)
I keep getting the error: ADODB.Command (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another
Is my syntax wrong??
Thanks for any help
Lynn
Set tmpParam = addrequest.CreateParameter ("@uid", adInteger, adParamOutput, 16, uid)
I keep getting the error: ADODB.Command (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another
Is my syntax wrong??
Thanks for any help
Lynn