Subject Re: [Firebird-Java] connection issue
Author Mark Rotteveel
There is an asterisk ('*') in your path. That should be a space (' ').
(as: 'Program Files', not: 'Program*Files').

Mark

Julia Hu wrote:
> Hi,
>
> 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 =
> jdbc:firebirdsql:localhost:E:/Program*Files/Fishbowl/database/data/SPANAWAVE
> .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