Tag Archives: insert using preparedstatement in java

Java program for Inserting rows using preparedstatement

In our earlier post we have learned about making connection from a Java program to the databases.But the drawback of just using createStatement() and excuteuery(),is that we can request for run time values and then insert it into the database. … Continue reading

Posted in Java | Tagged , , , , , | Leave a comment