当前位置: 代码迷 >> PB >> PB连接Oracle怎么设置连接超时
  详细解决方案

PB连接Oracle怎么设置连接超时

热度:93   发布时间:2016-04-29 06:49:29.0
PB连接Oracle如何设置连接超时
PB9使用Oracle 10G的专用接口连接,如何设置连接超时,如下设置都没有起作用:
SQLCA.DBParm = "ConnectTimeout=5"
SQLCA.DBParm = "DBGetTime=5"

------解决方案--------------------
SQLCA.DBParm = "FoRetryCount=1,FoDelay=2"

设置重试次数及延时
  相关解决方案