Categories
Archives
Blog Stats
- 482,656 hits
-
Join 489 other subscribers
You can like us at
Meta
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