Null Pointer when Closing JDBC Connection
807569Sep 18 2006 — edited Sep 18 2006I'm getting a null pointer error when trying to close my statement, connection, and result sets. My progam leaves the SQL query class I made to work with the resultset in another class, then returns to the SQL query class to close the connections. I am able to work with the result set in the other class OK, but I cannot close the connections for some reason. Do I need to do something special to close these items since I am leaving and returning to the class that creates them? Thanks for the help!