Posted By:
bhanu_thapa
Posted On:
Friday, November 15, 2002 06:59 AM
java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
Iam creating three PreparedStatement with One Connection.
While updating the Database its giving this error.
For insertion their is no problem.
The same code is working in mysql 3.23 but in sqlserver6.0
its giving this problem