以文本方式查看主题 - 易表在线答疑 (http://egrid2000.com/dvbbs/index.asp) -- 用户社区 (http://egrid2000.com/dvbbs/list.asp?boardid=2) ---- 做的备份功能,以前都能用,为什么最近今天一直提醒“备份失败,未连接服务器!” (http://egrid2000.com/dvbbs/dispbbs.asp?boardid=2&id=29193) |
-- 作者:silencemen -- 发布时间:2017/3/20 12:54:00 -- 做的备份功能,以前都能用,为什么最近今天一直提醒“备份失败,未连接服务器!” if(1=1,Save()andif(Exist("\\\\10.5.1.201\\backfilexxxxx$\\xingzheng.egd" +Substitute(Text(Today()),"-",""))=true,msgbox("今天已经备份,覆盖原有数据!",0) and BackupFile("\\\\10.5.1.201\\backfilexxxxx$\\xingzheng.egd" +Substitute(Text(Today()),"-","")),BackupFile("\\\\10.5.1.201\\backfilexxxxx$\\xingzheng.egd" +Substitute(Text(Today()),"-",""))) and if(Exist("\\\\10.5.1.201\\backfilexxxxx$\\xingzheng.egd" +Substitute(Text(Today()),"-",""))=true,msgbox("备份成功!",1),msgbox("备份失败,未连接服务器!",1)),msgbox("管理员才能操作!",1)) 做的备份功能,以前都能用,重新换了电脑,下载了新版本安装后,最近今天一直提醒“备份失败,未连接服务器!”,分析一下什么原因
[此贴子已经被作者于2017/3/20 13:00:12编辑过]
|