首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

刚才按大家的方式写了一下还是报错,请再麻烦给看一下解决方案

2012-01-07 
刚才按大家的方式写了一下还是报错,请再麻烦给看一下sql.Add( updatetljt.dbo.f_pzdjdansetxsxs+xs* +str

刚才按大家的方式写了一下还是报错,请再麻烦给看一下
sql.Add( 'update   tljt.dbo.f_pzdjdan   set   xs=xs+xs* '+strtofloat(edit1.Text)   where   bmmc= ' ' '+trim(combobox1.Text)+ ' ' '     and   gz= ' ' '+trim(combobox3.Text)+ ' ' ' ');

[解决办法]
sql.Add( 'update tljt.dbo.f_pzdjdan set xs=xs+xs* '+strtofloat(edit1.Text) + ' where bmmc= ' ' '+trim(combobox1.Text)+ ' ' ' and gz= ' ' '+trim(combobox3.Text)+ ' ' ' ');

[解决办法]
try

sql.Add( "update tljt.dbo.f_pzdjdan set xs=xs+xs* " + strtofloat(edit1.text) + " where bmmc= ' "+trim(combobox1.Text)+ " ' and gz= " '+trim(combobox3.Text)+ " ' ");

[解决办法]
sql.Add( 'update tljt.dbo.f_pzdjdan set xs=xs+xs* '+strtofloat(edit1.Text) + ' where bmmc = ' ' '+ trim(combobox1.Text)+ ' ' ' and gz= ' ' ' + trim(combobox3.Text) + ' ' ' ');

热点排行