Tag

Tag: SQL

You are browsing all the posts tagged with SQL.

Running SQL queries in JAVA

In a previous post, Connecting to Access database in JAVA, I’ve shared a little snippet of code with you that showed how to connect to an Access DBMS. With the connection alone you can’t do much to the database excepting the connection. We need to manipulate the data found in the database we connected to. [...]