Subject | Re: [Firebird-Java] error when connect to fb using squirrel (java based SQL client) |
---|---|
Author | Jitu Tivari |
Post date | 2005-09-14T15:25:25Z |
thank you i will try this
Federico Tello Gentile <fgentile@...> wrote:Check that the server is running
Here's a working url on windows
jdbc:firebirdsql://localhost:3050/c:\fede\test.fdb?lc_ctype=UNICODE_FSS
On Unix/Linux
jdbc:firebirdsql://localhost:3050//var/db/test.fdb?lc_ctype=UNICODE_FSS
^
See there's a double '/' here ---^
Check that /var/db has owner or group rwx permission for firebird user.
easyly done with
sudo chown firebird:firebird /var/db
sudo chown firebird:firebird /var/db/*.fdb
Good luck.
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "Firebird-Java" on the web.
To unsubscribe from this group, send an email to:
Firebird-Java-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
[Non-text portions of this message have been removed]
Federico Tello Gentile <fgentile@...> wrote:Check that the server is running
Here's a working url on windows
jdbc:firebirdsql://localhost:3050/c:\fede\test.fdb?lc_ctype=UNICODE_FSS
On Unix/Linux
jdbc:firebirdsql://localhost:3050//var/db/test.fdb?lc_ctype=UNICODE_FSS
^
See there's a double '/' here ---^
Check that /var/db has owner or group rwx permission for firebird user.
easyly done with
sudo chown firebird:firebird /var/db
sudo chown firebird:firebird /var/db/*.fdb
Good luck.
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "Firebird-Java" on the web.
To unsubscribe from this group, send an email to:
Firebird-Java-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
[Non-text portions of this message have been removed]