c++ Programming Glossary: confres
Fetching rows in a MySQL database table using MySQL C API and C++ http://stackoverflow.com/questions/1194453/fetching-rows-in-a-mysql-database-table-using-mysql-c-api-and-c NULL 0 mysql_query sqlhnd SELECT FROM `my_table` MYSQL_RES confres mysql_store_result sqlhnd int totalrows mysql_num_rows confres.. mysql_store_result sqlhnd int totalrows mysql_num_rows confres int numfields mysql_num_fields confres MYSQL_FIELD mfield while.. mysql_num_rows confres int numfields mysql_num_fields confres MYSQL_FIELD mfield while row mysql_fetch_row confres for i..
|