posted 10 years ago
hi..
i'm doing library management project this module is return book.
i need to save the which book are return and update the status like this...
But i get error like this..
Query===com.mysql.jdbc.ServerPreparedStatement[2] - insert into returns values (null,null,null,0,null,0)
Query===com.mysql.jdbc.ServerPreparedStatement[3] - delete from issues where isbn = null
Query===com.mysql.jdbc.ServerPreparedStatement[4] - update books set status='a' where isbn = null
please help me...and thanks