6 Jul
1999
6 Jul
'99
10:47 p.m.
"Perez, Victor" wrote:
I tried something like the examples on the Z SQL guide trying to make it give me the phone: ======================= select * from phonelist where <!--#sqltest phone column=name type=string--> ====================== Try: select * from phonelist where name = '<!--#var name-->' If that doesn't work try listing the columns you want returned, e.g. select name, number, city from phonelist where name = '<!--#var name-->'
- Craig -- Craig Allen - Managing Partner - Mutual Alchemy Web Architecture - http://alchemy.nu