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...