connecting DB with JSP using Java Bean
Hello,
I have developed Product information module in JSP using java Bean . I have established JDBC connection in bean to insert the product details.
But a problem occurs , the bean returns the values in JSP page, but it wont insert values in Table(MS Access Table). How can I solve it? .
Thank you .
|