处理一个查询的错误问题
//处理欠费ls_temp=trim(ddlb_4.text)
if ls_temp<>"" then
if wheresql="" then
wheresql="where view_tjcx2.欠费='"+ls_temp+"'"
else
wheresql=wheresql+"and view_tjcx2.欠费='"+ls_temp+"'"
end if
end if 问一下大家 如果ddlb_4.text是一个比较的字符 像>0 <0 =0之类的 那应该把ddlb_4.text前面的那个trim还成什么 因为用trim是说有错 float不能转换成varchar