Hi all,
I have a scenario where i want to pass a variable to a SQL statement, but the value of the variable isnt going trough the sql statement.
I kept on simplyfing, but im at a loss currently.
I have following sql statement:
#SELECT '$CardCode' FROM OITM
Image may be NSFW.
Clik here to view.
In my VarL i have following:
Image may be NSFW.
Clik here to view.
So now i should see in the result of the sql query '1' as a result.
Instead its showing this:
Image may be NSFW.
Clik here to view.
Anybody any idea what im doing wrong?
Thanks in advance.
Regards
Frederik