|
From: Grant P. <gp...@th...> - 2005-12-29 16:15:15
|
Hi all, FOrgive me if this has been covered somewhere else, but how does one use parameters in the custom->sql commands section? I keep getting errore like these: Executing SQL command SET par1=$INPUT; SET par2=$FIELD; SELECT user, password, domain, ip, host_machine FROM clients WHERE domain LIKE @par1; .. .. execution error : called with 1 bind variables when 0 are needed I get them even if I don't use the 'set' variables parm. I have tried every escape sequence I can think of. -GRant |