|
Andy, I have seen this issue when you are trying to work with the connection or result set and it has been closed. In other words the sequence of your code is "out of sequence". Possible causes: a) Trying to read from a RS when it is closed b) Trying to close a connection when it was already closed c) File IO against a result set when it is not opened, etc... d) Possible Threading issue when 1 thread may be closing or using the connection and another is also? Also it might help on the tool box driver to turn tracing on and look at the output. .......getConnection("mysys;trace=true", "myuser", "MYPWD") Check out toolbox JDBC properties for details. Hope this helps. Paul Holm Senior Web Architect PlanetJ Corp. Phone: 760-432-0600, Cell: 760-415-8830 WOW, Web Applications In Under 5 Minutes http://www.gotWebData.net > End of JAVA400-L Digest, Vol 2, Issue 3 ***************************************
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.