ASP代码if not 和and not和then
ifnot(IsEmpty(sDSN)orsDSN="")andnot(IsEmpty(sLogin)orsLogin="")andnot(IsEmpty(sPasswo...
if not (IsEmpty(sDSN) or sDSN="")
and not (IsEmpty(sLogin) or sLogin="")
and not (IsEmpty(sPassword) or sPassword="") then
DataCon.ConnectionTimeout=20
DataCon.Open"DSN="&sDSN,sLogin,sPassword
bFlag1=true
end if
一直提示
缺少 'Then'
/Test/adobd.asp, line 22, column 33
if not (IsEmpty(sDSN) or sDSN="")
--------------------------------^
难道不是if后三个not并列 然后跟一个then么?
我全是按照书上打的 但是一直过去不啊
这是SQL的数据库 展开
and not (IsEmpty(sLogin) or sLogin="")
and not (IsEmpty(sPassword) or sPassword="") then
DataCon.ConnectionTimeout=20
DataCon.Open"DSN="&sDSN,sLogin,sPassword
bFlag1=true
end if
一直提示
缺少 'Then'
/Test/adobd.asp, line 22, column 33
if not (IsEmpty(sDSN) or sDSN="")
--------------------------------^
难道不是if后三个not并列 然后跟一个then么?
我全是按照书上打的 但是一直过去不啊
这是SQL的数据库 展开
1个回答
展开全部
把下面代码写成一行,不能分行
if not (IsEmpty(sDSN) or sDSN="")
and not (IsEmpty(sLogin) or sLogin="")
and not (IsEmpty(sPassword) or sPassword="") then
如:
if not (IsEmpty(sDSN) or sDSN="") and not (IsEmpty(sLogin) or sLogin="") and not (IsEmpty(sPassword) or sPassword="") then
if not (IsEmpty(sDSN) or sDSN="")
and not (IsEmpty(sLogin) or sLogin="")
and not (IsEmpty(sPassword) or sPassword="") then
如:
if not (IsEmpty(sDSN) or sDSN="") and not (IsEmpty(sLogin) or sLogin="") and not (IsEmpty(sPassword) or sPassword="") then
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
威孚半导体技术
2024-08-19 广告
2024-08-19 广告
威孚(苏州)半导体技术有限公司是一家专注生产、研发、销售晶圆传输设备整机模块(EFEM/SORTER)及核心零部件的高科技半导体公司。公司核心团队均拥有多年半导体行业从业经验,其中技术团队成员博士、硕士学历占比80%以上,依托丰富的软件底层...
点击进入详情页
本回答由威孚半导体技术提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询