Y
yyjqtww
Unregistered / Unconfirmed
GUEST, unregistred user!
ISBN是字符型!
SQL.Text := 'update ykucuntab set total=total+'+ strtoint(edit8.text) + ' where isbn='+''''+edit2.text+''''+'';
当我去掉'+ strtoint(edit8.text) + '中的引号时
出现错误strtoint is not a recogenized function name.
到底应该怎么办啊?很急,请各位老师帮帮忙啊
SQL.Text := 'update ykucuntab set total=total+'+ strtoint(edit8.text) + ' where isbn='+''''+edit2.text+''''+'';
当我去掉'+ strtoint(edit8.text) + '中的引号时
出现错误strtoint is not a recogenized function name.
到底应该怎么办啊?很急,请各位老师帮帮忙啊