G
Guest
I have a variable string "myvar" and I need to pass it to the WHERE clause of
a SELCET statement I have tried myvar.ToString(), Cint, parse and convert.
The Select statement works fine when I pass a value manually eg WHERE mycust
= "50".
Any ideas?
Thanks, Justin.
a SELCET statement I have tried myvar.ToString(), Cint, parse and convert.
The Select statement works fine when I pass a value manually eg WHERE mycust
= "50".
Any ideas?
Thanks, Justin.