Subject Re: Embedded Firebird/Jaybird
Author bruce_eric_miller
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:

>>>>>>
Also, read the README that comes with embedded. There you will find
that you CANNOT connect to embedded using TCP/IP local loopback. It
is Windows-local *only*.
>>>>>>

I don't specify localhost anywhere in the db url, I simply specify
the path to the gdb file, as shown:

fbManager.createDatabase("test.gdb", DB_USER, DB_PASSWORD);

If anyone has a working example, I'd love to see it. I will also
check the firebird-java list.

Thanks...