Re: Help ! Connection busy

2002-03-11 Thread August Detlefsen
You have to explicitly close your JDBC statements and connections when you are done with them. Make sure you are using these for Statement and Connection, respectively: stmt.close(); //and conn.close(); --- Gurmeet <[EMAIL PROTECTED]> wrote: > I am getting "[Microsoft][ODBC SQL Server Driver]C

Help ! Connection busy

2002-03-11 Thread Gurmeet
I am getting "[Microsoft][ODBC SQL Server Driver]Connection is busy with results for another h stmt" How do I get rid of this? Regards Gurmeet -- To unsubscribe: For additional commands: Troubles with the list: