dbx_queryDescriptionmixed dbx_query ( object link_identifier, string sql_statement [, int flags] )dbx_query() returns an object or 1 on success, and 0 on failure. The result object is returned only if the query given in sql_statement produces a result set (i.e. a SELECT query, even if the result set is empty). The flags parameter is used to control the amount of information that is returned. It may be any combination of the following constants with the bitwise OR operator (|). The DBX_COLNAMES_* flags override the dbx.colnames_case setting from php.ini.
The returned object has four or five properties depending on flags:
See also dbx_escape_string(), dbx_fetch_row() and dbx_connect(). |
||||||||||||||