Subject Re: [Firebird-Java] Firebird - JayBird error - help please
Author Helen Borrie
At 03:22 PM 01-11-02 -0600, you wrote:
>I am trying to get JayBird to connect to the Firebird database and am
>getting
>following error. I have double checked the paths and they are correct. Will
>anyone help.
>thanks.
>
>..code snippet

I can't comment on the class paths (not a java buff) but this appears wrong:

"jdbc:firebirdsql:127.0.0.1/3050:D:\\firebird\\examples\\Employee.gbd";

1. Employee.gdb not Employee.gbd
2. Presumably the double backslashes are a java thing?

Helen