All pages
Powered by GitBook
1 of 1

Loading...

mysql_real_query

Syntax

  • mysql - a mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().

  • query - a string containing the statement to be performed.

  • long - length of the string.

Description

mysql_real_query() is a binary-safe function for executing a statement on the database server. Returns zero on success, otherwise non-zero.

Contrary to the function, mysql_real_query is binary safe.

To determine if mysql_real_query returns a result set, use the function.

See also

int mysql_real_query(MYSQL * mysql,
                     const char * q,
                     unsigned long);
mysql_query()
mysql_num_fields()
mysql_query()
mysql_num_fields()
mysql_use_result()
mysql_store_result()