C++ Builder combobox选中数据库中的内容,字段在edit中显示 70
想问一下sql语句应该怎么写,我写的是selectpricefromFOOD1whereFOOD='"+cmb[ii]->Items+"'但是报错,E2085Invali...
想问一下sql语句应该怎么写,我写的是
select price from FOOD1 where FOOD='"+cmb[ii]->Items+"'
但是报错,E2085 Invalid pointer addition
cmb[ii]是循环的ComboBox1到ComboBox3 展开
select price from FOOD1 where FOOD='"+cmb[ii]->Items+"'
但是报错,E2085 Invalid pointer addition
cmb[ii]是循环的ComboBox1到ComboBox3 展开
2个回答
展开全部
#include <sstream>
unsigned __int64 iInput;
ostringstream ostrInput;
ostrInput << iInput;
string strInput = ostrInput.str();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询