表中字段是double型的
str.Format(_T("select * from NeutronInput where tem like '%%%f%%'"),m_tem);这样写查不出来,没有数据显示,求解答
先查看拼接的sql语句,str,然后直接把str放到数据库中执行,看能否可以,一般是语法不对