摘要:
*function cmoney parameter money if money > 1e15 return "溢出!" endif #define zero 48 local imoney,cmoney,unit,cnum local skipzero,result,i,n,c dimension unit[19,2],cnum[10] cnum[1] = 零......
摘要:
个位大哥:偶做毕业设计,由于非典,故无法弄到教材,特问一小问题: 在用bdestoredproc调用sql server的存储过程时候,我怎么才能传递参数给存储函数呢? 比如我在sql server中的存储过程如下: create proc sp_program @wenti char, @jieguo int as begin insert into table ......
保存图片到数据库:图片显示的问题----如何判断图片存在
用的是这种方法,但还是不对啊, isempty(rs("image")) 始终不为空啊
如果用 if rs("image")="" then 也不对啊。我都试过了啊!
但是数据库的image字段我用 response.write rs("image") 输出时为空啊,什么都不显示啊,请各位高手帮帮我啊!
NO.1 作者: aleng2002
试试 if len(rs("image"))>1 then 了!
NO.2 作者: BlueSuperMan
if len(rs("image"))>1 then
response.write "成功"
end if
如不行在问我吧。 哈哈!
摘要:
谢谢!!!
......