Query: maxdb_real_query
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAXDB_REAL_QUERY(3) 1 MAXDB_REAL_QUERY(3) maxdb_real_query - Execute an SQL query Procedural styleSYNOPSISbool maxdb_real_query (resource $link, string $query)DESCRIPTIONObject oriented style bool maxdb::real_query (string $query) The maxdb_real_query(3) is functionally identical with the maxdb_query(3). Note In order to determine if a given query should return a result set or not, see maxdb_field_count(3).RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOmaxdb_query(3), maxdb_store_result(3), maxdb_use_result(3). PHP Documentation Group MAXDB_REAL_QUERY(3)