i am creating a shopping cart application using html, jsp and sql server 7.0. but the thing is that when i try to add a record to the database it doesnt gets in there. The browser shows the following error : Error = java.sql.SQLException:[Microsoft][ODBC SQL Server Driver] Connection is busy with results for another hstmt.
What might be the possible reason for this? And I also wanted to know if we can store mp3 songs in the SQL database and if so, which datatype supports it?
