Subject | Re: [Firebird-Java] still no connection |
---|---|
Author | Helen Borrie |
Post date | 2005-04-27T14:07:45Z |
At 12:42 PM 27/04/2005 +0000, you wrote:
jdbc:firebirdsql:localhost/3050:D:\\databases\\test\\B2.gdb
(remove the slash preceding the drive designator; double the backslashes)
./hb
>next is used as an entry in the hibernate.properties fileTry:
>
>hibernate.connection.url
>jdbc:firebirdsql:localhost/3050:/D:\databases\test\B2.gdb
>
>when the program starts, I get: Resource Exception. Unable to
>complete network request to host ...
>
>
>In the log file this property looks like this, which is of course wrong:
>jdbcUrl -> jdbc:firebirdsql:localhost/3050:/D:databases estB2.gdb
>
>How can I fix this.
jdbc:firebirdsql:localhost/3050:D:\\databases\\test\\B2.gdb
(remove the slash preceding the drive designator; double the backslashes)
./hb