2008-10-23

DBD::ADO設定CommandTimeout

編輯ADO.rb,找到connect方法,在
handle.Open(dbname)
handle.BeginTrans()
之間加上
handle.CommandTimeout = 0

0 comments: