How to Concatenate Variable with SQL String
-
How can I concatenate a variable into an SQL string?
My method doesn't work, see!
-
Try
row(0).toString() -
@allan-zimmermann
I tried this and it also reports an error. -
@allan-zimmermann said in How to Concatenate Variable with SQL String:
Try
row(0).toString()That worked.
Thanks. -