Subject | Re: [Firebird-Java] Re: Embedded FB on Windows - using Java - help appreciated. |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-01-17T22:59:18Z |
> CLASSPATH=D:\Test1\jaybird-full-2.1.6.jar;.Ok.
> FIREBIRD=D:\Test1Ok.
> Path=D:\Test1; <rest snipped!>Ok.
> The code that fails looks like thisNot ok. If you use embedded URL should be:
>
> con = DriverManager.getConnection
> ("jdbc:firebirdsql:embedded/3050:
> D:\\Test1\\EMPLOYEE.FDB", "SYSDBA", "masterkey");
jdbc:firebirdsql:embedded:d:\\Test1\EMPLOYEE.FDB
You should have checked the release notes on page 9.
> For "embedded" I have also subsituted the IP address,It does not access the database via IP. Also you do not need server for
> localhost, 127.0.0.1 and the computer name - all to
> no avail.
this.
Roman