jdbc insert

Java JDBC Insert Example - How to insert data into a SQL table

In our first JDBC tutorial (How to connect to a JDBC database) we demonstrated how to connect your Java applications to standard SQL databases like MySQL, SQL Server, Oracle, SQLite, and others using the JDBC Connection object.

In this article we'll take the next step -- we'll show you how to insert data into a data table using Java, JDBC, and SQL.

Syndicate content