问题描述
- vc++6.0mfc中对double类型的数字怎么进行模糊查询
-
表中字段是double型的str.Format(_T("select * from NeutronInput where tem like '%%%f%%'"),m_tem);
这样写查不出来,没有数据显示,求解答
解决方案
先查看拼接的sql语句,str,然后直接把str放到数据库中执行,看能否可以,一般是语法不对
时间: 2024-10-03 12:12:38
str.Format(_T("select * from NeutronInput where tem like '%%%f%%'"),m_tem);
这样写查不出来,没有数据显示,求解答
先查看拼接的sql语句,str,然后直接把str放到数据库中执行,看能否可以,一般是语法不对