复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25do { MYSQL_RES* res = mysql_store_result(con); if (i++ == 0) { MYSQL_ROW row; if (row = mysql_fetch_row(res)) { int ret = atoi(row[0]); if (ret != 0) { r = e_asc_errorcode::e_asc_errorcode_registe_already; } else { ret_user_id = atoi(row[1]); } } else { r = e_asc_errorcode_unkown_error; } } mysql_free_result(res); } while (!mysql_next_result(con));
最后
以上就是谦让钢笔最近收集整理的关于mysql循环获取结果集的全部内容,更多相关mysql循环获取结果集内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复