shaojava / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

How to access hsql database using SQuirrel SQL #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I start server on ip 192.168.0.204 using hsql version of CRUD app on android
2. I start squirrel sql version 3.5.3 and HSQLDB Server using driver hsql 1.8.0
3. When I run to find database with URL: jdbc:hsqldb:hsql://192.168.0.204:1502, 
user: sa, password: 

What is the expected output? What do you see instead?

I get error message: Unexpected Error occurred attempting to open an SQL 
connection.

What version of the product are you using? On what operating system?

I run server on windows 7.

Please How to access hsql database using SQuirrel SQL Client Version 3.5.3

Original issue reported on code.google.com by dupham.h...@gmail.com on 12 Jul 2014 at 1:52