51Testing软件测试论坛

标题: MySQL C API中根据字段名获取对应值 [打印本页]

作者: 测试积点老人    时间: 2020-7-3 16:29
标题: MySQL C API中根据字段名获取对应值
在MySQL 的表中,只有一行数据
我可以用
  1. mysql_store_result
复制代码
获取到结果(这个就是一行的结果)

我也知道用
  1. MYSQL_FIELD * db_field = NULL;
  2.         for (int i = 0; db_field = mysql_fetch_field(db_res); i++){
  3.         }
复制代码



可以遍历字段,当然也能遍历字段名
如何有字段名直接获取到对应的值呢?
有没有好的方法?

作者: 郭小贱    时间: 2020-7-6 09:28
参考这篇文章看下呢https://zhidao.baidu.com/question/1702612707935283700.html
作者: bellas    时间: 2020-7-6 09:55
参考下这个链接https://zhidao.baidu.com/question/1702612707935283700.html
作者: qqq911    时间: 2020-7-6 10:22
为什么不之间查询需要的值
作者: jingzizx    时间: 2020-7-6 13:21
学习
作者: 夜雨飞殇    时间: 2020-7-18 14:13
顶哦




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2