RE: 4.1.3 and prepared statements
if (0 != mysql_return_code && MYSQL_NO_DATA != mysql_return_code) { cerr << "stmt fetch failed:" << mysql_stmt_error(stmt_handle) << endl; mysql_stmt_free_result(stmt_handle); mysql_stmt_close(stmt_handle); return -1; } if (MY
4.1.3 and prepared statements
Title: 4.1.3 and prepared statements Hi all- Is the MySQL C API for prepared statements working at all in 4.1.3? I'm trying to do a relatively simple select test, and I consistently get an error on execute = "MySQL client run out of memory". But it's a singleton sele