Good morning John.
On 27/05/13 00:26, John Hardin wrote:
> On Sun, 26 May 2013, Wolfgang Kluge wrote:
>
>> Good evening.
>>
>> I will be grateful if sombody could tell me what is wrong with the
>> following connection string:
>>
>> jdbc:firebirdsql:localhost:3050:c:\fbdata\frontdesk.fdb
>>
>> Firebird 1.5.6 on Win XP SP3
>>
>> I found may contradicting versions but could not get any one to work.
>
> Did you try forward slashes?
>
> Also, here's an example I found online:
>
> jdbc:firebirdsql://localhost:3050/C:/FirebirdDB/EMPLOYEEDB.fdb
>
> Did you try slashes before localhost and instead of the colon
> separating the port number and the database file path?
>
Thanks for your help, this works fine:
jdbc:firebirdsql://localhost:3050/C:/FirebirdDB/EMPLOYEEDB.fdb
Regards
Wolfgang Kluge
|