|
|||||||
|
|
ibase_executeDescriptionresource ibase_execute ( resource query [, int bind_args])Execute a query prepared by ibase_prepare(). If the query raises an error, returns FALSE. If it is successful and there is a (possibly empty) result set (such as with a SELECT query), returns a result identifier. If the query was successful and there were no results, returns TRUE. This is a lot more effective than using ibase_query() if you are repeating a same kind of query several times with only some parameters changing.
See also ibase_query(). | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP Manualen". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |