sk1hotpepr
Technical User
Can anyone tell me how to pass a "less than" integer parameter to a stored procedure?
This works for an integer, but when I try to pass the "<" symbol I get an error. Is there any way to do that?
Code:
Set parOpt = cmd.CreateParameter("COption", adSmallInt, adParamInput, 4, cid)
This works for an integer, but when I try to pass the "<" symbol I get an error. Is there any way to do that?