Dear Experts,
I am using HSQLDB in my POC. Following are the details:
Type: HSQL Database Engine Server
Driver: org.hsqldb.jdbcDriver
URL:
jdbc:hsqldb:file:ruledb
User:sa
Password:
OS: Windows7
HSQLDB version: 1.7.1
JDK Version: 7
Following is the code snippet, I am using:
I am getting following error on statement:
stmt = con.prepareStatement(sql);
I request experts to please correct me, where I am going wrong?
Thanks in advance!!!