PB连接Oracle如何设置连接超时
PB9使用Oracle 10G的专用接口连接,如何设置连接超时,如下设置都没有起作用:
SQLCA.DBParm = "ConnectTimeout=5"
SQLCA.DBParm = "DBGetTime=5"
[解决办法]
SQLCA.DBParm = "FoRetryCount=1,FoDelay=2"
设置重试次数及延时
发布时间: 2013-06-25 23:45:41 作者: rapoo
PB连接Oracle如何设置连接超时
PB9使用Oracle 10G的专用接口连接,如何设置连接超时,如下设置都没有起作用:
SQLCA.DBParm = "ConnectTimeout=5"
SQLCA.DBParm = "DBGetTime=5"
[解决办法]
SQLCA.DBParm = "FoRetryCount=1,FoDelay=2"
设置重试次数及延时