jyb
07-08-2002, 11:34 AM
hey there,
i`ve searched far and wide for a way to allow a (") inside a variable. Example:
<% x="WHERE " &y " =0 ORDER BY ID" %> ^and ^
The 2 (")`s that I have marked with ^`s above is where the problem lies,
(")`s in the middle of the variable. I have to do this as you might have
guessed, to generate SQL code from asp. It doesn`t generate the proper html,
and usually causes an error. Does anyone know a way around this ?
THANX. JYB
i`ve searched far and wide for a way to allow a (") inside a variable. Example:
<% x="WHERE " &y " =0 ORDER BY ID" %> ^and ^
The 2 (")`s that I have marked with ^`s above is where the problem lies,
(")`s in the middle of the variable. I have to do this as you might have
guessed, to generate SQL code from asp. It doesn`t generate the proper html,
and usually causes an error. Does anyone know a way around this ?
THANX. JYB