Subject | connection issue |
---|---|
Author | Julia Hu |
Post date | 2009-03-12T00:18:14Z |
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
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