connection « hsqldb « Java Database Q&A





1. Can I create support multiple database transactions on a single connection?    stackoverflow.com

I have created a HyperSQL Database. I was just wondering whether I could run multiple transactions on a single connection. I didn't want to spawn a new connection for each transaction ...

2. hsql database connection using java    stackoverflow.com

I have a scenario where my Java program has to continuously communicate with the database table, for example my Java program has to get the data of my table when new ...

3. HSQLDB Connection not established    coderanch.com

Welcome to JavaRanch. Please check the stack trace for the NullPointerException (NPE). Somebody else had an NPE on a database today as well; some of the links might be helpful, from this post. Are you sure that is where the problem is? The getConnection method is static, so that oughtn't to throw an NPE. You are supplying the requisite 3 arguments, ...