Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:备份失败

1楼
newsun2k 发表于:2024/9/26 10:05:00
我备份数据库,用下面的命令
use master;BACKUP DATABASE patentDB TO DISK = 'd:\ftpfiles\系统文件\数据库备份\20240926-sql11.bak' With FORMAT
在sqlserver 2008里面执行,很顺利。
在系统里面,通过函数调用,命令窗口执行,执行sql都报错:查询超时已过期。
请大佬救我。


备份失败,System.Data.OleDb.OleDbException (0x80040E31): 查询超时已过期

   在 System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)

   在 System.Data.OleDb.OleDbCommand.ExecuteNonQuery()

   在 Foxtable.SQLCommand.ExecuteNonQuery2()

   在 Foxtable.SQLCommand.ExecuteNonQuery()

   在 UserCode.A65LTOYqR91cqpgUz(Object[] Args)!
2楼
有点蓝 发表于:2024/9/26 10:25:00
指定一下超时时间,改大一点

  • CommandTimeOut
    设置超时时限,默认为30秒,一般不需要设置此属性,除非需要进行非常耗时超过30秒的操作,以至于出现超时错误,此时可适当地加大CommandTimeOut属性的值。
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02344 s, 2 queries.