永发信息网

ASP 中的字符串转换

答案:2  悬赏:80  手机版
解决时间 2021-08-10 16:46
  • 提问者网友:且恨且铭记
  • 2021-08-10 05:40

set rsc=fcn.getone("select * from class where ctype ="&Cstr("2"))

哪错了...?ctype 为文本数据,,,

最佳答案
  • 五星知识达人网友:人類模型
  • 2021-08-10 06:31

set rsc=fcn.getone("select * from class where ctype ='"&Cstr("2")&"'")

把值用单引号引进来。

全部回答
  • 1楼网友:枭雄戏美人
  • 2021-08-10 07:26

set rsc=fcn.getone("select * from class where ctype ='" & Cstr("2") &"'")

文本的话在sql里要加单引号的。

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯