insert « hsqldb « Java Database Q&A





1. Inserted entries aren't remaining permanent in the db    stackoverflow.com

Good morning, yesterday I used for the first time MyBatis. As a starting point I used the example from Loiane Groner. And I tried to replace the mysql ...

2. Java & HSQLDB INSERT TO problem    stackoverflow.com

I've a problem when I try to insert data into a hsqldb with a Java class : The code is :

import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.ParseException;




     public ...