主页 > 知识库 > asp提示无效使用 Null: Replace

asp提示无效使用 Null: Replace

热门标签:团购网站 Mysql连接数设置 电子围栏 阿里云 服务器配置 银行业务 Linux服务器 科大讯飞语音识别系统

使用REPLACE来将数据库里读出来的数据替换,如果字段不为空是正常,但如果
为空时就出现以下提示:

Microsoft VBScript 运行时错误 错误 '800a005e'

无效使用 Null: 'Replace'

主要问题就是sqlserver的字段为null,所以不能简单的为空判断,只能使用isnull

可以先判断
if isnull(rs("coutent"))=false then
response.write("null")
else
response.write replace(rs("coutent"),chr(13),"br/>")
end if

测试:

复制代码 代码如下:

if isnull(keyword)=true then keyword=dxy_title
if isnull(descriptions)=true then descriptions=dxy_title

标签:广元 大理 枣庄 衢州 蚌埠 衡水 萍乡 江苏

巨人网络通讯声明:本文标题《asp提示无效使用 Null: Replace》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266