int mysql_real_query(MYSQL * mysql,
const char * q,
unsigned long);
query
- a string containing the statement to be performed.
long
- length of the string.
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 mysql_query() function, mysql_real_query
is binary safe.
To determine if mysql_real_query
returns a result set, use the mysql_num_fields() function.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4