想在c++中写一段带数字的代码,然后可以在mysql数据库中显示,代码怎么写?
实验室用c++编了个软件,现在已经可以和mysql数据库相连,下一步就是在c++写入带数字的代码,我又是个新手,在网上找到一段代码,CStringInsection_id...
实验室用c++编了个软件,现在已经可以和mysql数据库相连,下一步就是在c++写入带数字的代码,我又是个新手,在网上找到一段代码,
CString Insection_id,ControlDelay,Saturation,strSQL;
strSQL.Format("insert into saveindex (Insection_id,ControlDelay,Saturation) values(\'1\',\'0.2\',\'0.9\')", Insection_id,ControlDelay,Saturation);//注意一定要写在一行,而且必须要有\'\'
if((char*)(LPCTSTR)strSQL,(UINT)strSQL.GetLength()!=0){
AfxMessageBox("增添失败"); }
试了一下还是不行,请高手解答 展开
CString Insection_id,ControlDelay,Saturation,strSQL;
strSQL.Format("insert into saveindex (Insection_id,ControlDelay,Saturation) values(\'1\',\'0.2\',\'0.9\')", Insection_id,ControlDelay,Saturation);//注意一定要写在一行,而且必须要有\'\'
if((char*)(LPCTSTR)strSQL,(UINT)strSQL.GetLength()!=0){
AfxMessageBox("增添失败"); }
试了一下还是不行,请高手解答 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询