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...
Continue reading...