Thursday, April 26, 2012

[Java] [JSP] Insert Data to MySQL

          Hello, Reader ^^! Back again with source code. This time is Insert Data to MySQL which is written in Java programming language and JSP extension. In this one, it shows how to insert data input from html page into mysql query. The input itself is processed in jsp page using mysql library. This example also shows error if any of the input is null value, returning to the input page. To ensure that the input is really inserted, after submitting input, it will redirect to view page showing the query in the database, if you see your input, that means the inoput is successfully inserted into MySQL database. Okay, that's all I can say. Thank you for reading ^^!






Download/View Source Code
Dropbox
Dropbox (Repository)
GitHub
GitHub (Repository) 







No comments:

Post a Comment