Subject | RE: [Firebird-Java] connection issue |
---|---|
Author | Julia Hu |
Post date | 2009-03-12T19:42:55Z |
It works! Great thanks.
-----Original Message-----
From: Firebird-Java@yahoogroups.com
[mailto:Firebird-Java@yahoogroups.com]On Behalf Of Mark Rotteveel
Sent: Thursday, March 12, 2009 11:07 AM
To: Firebird-Java@yahoogroups.com
Subject: Re: [Firebird-Java] connection issue
There is an asterisk ('*') in your path. That should be a space (' ').
(as: 'Program Files', not: 'Program*Files').
Mark
Julia Hu wrote:
Mark Rotteveel
[Non-text portions of this message have been removed]
-----Original Message-----
From: Firebird-Java@yahoogroups.com
[mailto:Firebird-Java@yahoogroups.com]On Behalf Of Mark Rotteveel
Sent: Thursday, March 12, 2009 11:07 AM
To: Firebird-Java@yahoogroups.com
Subject: Re: [Firebird-Java] connection issue
There is an asterisk ('*') in your path. That should be a space (' ').
(as: 'Program Files', not: 'Program*Files').
Mark
Julia Hu wrote:
> Hi,jdbc:firebirdsql:localhost:E:/Program*Files/Fishbowl/database/data/SPANAWAVE
>
> The following code error out when I use firebirdsql-full-2.1.3.jar
>
> Class.forName(FISHBOWL_DB_DRIVER);
>
> conn = DriverManager.getConnection(FISHBOWL_DB_URL,FISHBOWL_DB_USER,
> FISHBOWL_DB_PASSWORD);
>
> (FISHBOWL_DB_URL =
>
> .fdb)--
>
> Anybody has clue?
>
> Thanks in advance.
>
> Julia
>
>
>
>
>
> Error message:
>
> Exception in getFishBowlConnection()
>
> method org.firebirdsql.jdbc.FBSQLException:
>
> GDS Exception. 335544344. I/O error for file CreateFile
>
> (open) "E:/Program*Files
>
> /Fishbowl/database/data/SPANAWAVE.fdb"
>
> Error while trying to open file
>
> null
>
> Reason: I/O error for file CreateFile (open)
>
> "E:/Program*Files/Fishbowl/database
>
> /data/SPANAWAVE.fdb"
>
> Error while trying to open file
>
> null
Mark Rotteveel
[Non-text portions of this message have been removed]