hi
I am trying to read a text from a file
e.g. select * from tbl_name where name = %xyz%
Here xyz is the name of a variable in PAD.
Problem - I can read the text from file but the variable name never gets evaluated.
Are there any escape sequences that I am suppose to use ? What am i missing?