Subject | Re: [firebird-php] ibase_query syntax |
---|---|
Author | Milan Babuskov |
Post date | 2004-01-29T08:08:39Z |
Alan McDonald wrote:
ibase_query("execute procedure name(?,?,?)", $param1, $param2, $param3...)
or
If you wish to create the list of params dynamically, you can use eval()
function of php.
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net
> Anyone got a decent syntax where you requireI'm not 100% sure what you want to do. It's either
> execute procedure name(?,?,?,?,?,?,?,?, etc for many parameters, parameter
> list....)
>
> Instead of reading them across the page endlessly - how do you apend them
> down the page to the statement?
> I must be brain dead but simply .= shouldn't work since it's not a string..
ibase_query("execute procedure name(?,?,?)", $param1, $param2, $param3...)
or
If you wish to create the list of params dynamically, you can use eval()
function of php.
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net