Hi, I'm trying to connect my
java program with HSQLDB. I'm getting following error:-
I can easily access my HSQL db with HSQL DB manager and can insert data directly into that. Even I have inserted one record using HSQL db manager directly but not through java program.
Any suggestion