[Progress Communities] [Progress OpenEdge ABL] Forum Post: How to set by code the SQLLockWaitTimeout parameter for a given JDBC connection

  • Thread starter Thread starter bmerlet90
  • Start date Start date
Status
Not open for further replies.
B

bmerlet90

Guest
KBase says we can set an OS env variable PROSQL_LOCKWAIT_TIMEOUT to alter the default lock wait time out of a JDBC client (default seems to be of 5 seconds). The official doc ( https://documentation.progress.com/output/OpenEdge117/pdfs/dpspr/dpspr.pdf ) mentions a SQLLockWaitTimeout startup param that seems to be a Database Server startup param, that may define the default for all client. I would like to find a way todefine that setting in my java code to alter some connection. Any suggestions?

Continue reading...
 
Status
Not open for further replies.
Back
Top