Subject | Problem: Database is not reachable when nonLatin characters exist in the DB path |
---|---|
Author | artashes1 |
Post date | 2004-02-29T08:10:19Z |
Hi.
I need to connect to FireBird DB on local PC from Java application
without using any network connection. I found a way to connect
via "jdbc:firebirdsql:embedded" protocol of JayBird, but
unfortunately there is (I think) a bug in this method. When the path
to DB file contains non-Latin (I tested with Cyrillic) characters the
JDBC cannot access to database.
Error message is:
org.firebirdsql.jdbc.FBSQLException: Resource Exception. I/O error
during "CreateFile (open)" operation for file ""
Error while trying to open file
I will be very thankful if anybody will give any suggestion. Thanks a
lot.
I need to connect to FireBird DB on local PC from Java application
without using any network connection. I found a way to connect
via "jdbc:firebirdsql:embedded" protocol of JayBird, but
unfortunately there is (I think) a bug in this method. When the path
to DB file contains non-Latin (I tested with Cyrillic) characters the
JDBC cannot access to database.
Error message is:
org.firebirdsql.jdbc.FBSQLException: Resource Exception. I/O error
during "CreateFile (open)" operation for file ""
Error while trying to open file
I will be very thankful if anybody will give any suggestion. Thanks a
lot.