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

  • Thread starter Thread starter steve pittman
  • Start date Start date
Status
Not open for further replies.
S

steve pittman

Guest
In your Java code, when getting your connection to the OE server, in the string containing your URL, append a string like this: ";lockWaitTimeout=60" That is, this "connection property" will then be in the same string containing the URL. The ";" separates the URL from the "connection properties" that follow. hope this helps, ...steve pittman

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