Subject | Re: [Firebird-Java] Digest Number 1482 |
---|---|
Author | Gam |
Post date | 2006-08-07T00:42:54Z |
On 05 Aug 2006, at 10:47, Firebird-Java@yahoogroups.com wrote:
I also believe your string is wrong. here is the syntax I use on
windows with success:
jdbc.firebirdsql:192.168.0.20/3050:C:\interbase\academic-bkp.gdb
you may also use the useful alias.conf file (if it exists for
interbase) where you can specify:
dummy = c:\data\dummy.fdb
then connect using:
jdbc:firebirdsql:127.0.0.1/3050:dummy
you can then change location of the DB without reconfiguring client
applications.
Please note that I'm using Jaybird 2.1.0 and FB 1.5.2, things
described here might not work with your setup.
Hope it helped,
Regards,
Gam.
-----------------------------------------------
Gamaliel Amaudruz
Mobile Phone: +65 9880 1812
---------------------------------- Mail v2.1
[Non-text portions of this message have been removed]
> URL: jdbc:firebirdsql:192.168.0.3/3050:/e:/interbase/academico-bkp.gdbHello David,
I also believe your string is wrong. here is the syntax I use on
windows with success:
jdbc.firebirdsql:192.168.0.20/3050:C:\interbase\academic-bkp.gdb
you may also use the useful alias.conf file (if it exists for
interbase) where you can specify:
dummy = c:\data\dummy.fdb
then connect using:
jdbc:firebirdsql:127.0.0.1/3050:dummy
you can then change location of the DB without reconfiguring client
applications.
Please note that I'm using Jaybird 2.1.0 and FB 1.5.2, things
described here might not work with your setup.
Hope it helped,
Regards,
Gam.
-----------------------------------------------
Gamaliel Amaudruz
Mobile Phone: +65 9880 1812
---------------------------------- Mail v2.1
[Non-text portions of this message have been removed]