Subject | Re: [Firebird-Java] Re: Can't connect to DB |
---|---|
Author | Kathy |
Post date | 2002-07-18T00:34:33Z |
William L. Thomson Jr. wrote:
I think you should put the url in this form in the torque.properties.
e.g. jdbc:firebirdsql:localhost/3050:E:\\MAF2\\SCM\\app\\data\\app.gdb
> On Wed, 2002-07-17 at 00:07, rrokytskyy wrote:Hi,
>
>>>Now the entire url I am using is
>>>jdbc:firebirdsql://server.name/3050:/parth/to/db.gdb
>>>
>>>Of course I have also changed my db and path, for security purposes.
>>>
>>>But you should be able to get the idea. Now I use the exact same url
>>>format in my client java GUI that works fine so? But the server
>>>obviously does not like it.
>>>
>>>So what am I doing wrong?
>>
>>URL has the form:
>>
>>jdbc:firebirdsql:server.name/3050:/parth/to/db.gdb
>
>
> Terrific, that worked perfectly. Finally.
>
>
>>I cannot explain you why //server.name works on your laptop. It should
>>not.
>
>
> Strange, but it does work. For sake of being accurate, I did get rid of
> the //, and it works just the same?
>
> Thanks to all for the assistance.
>
I think you should put the url in this form in the torque.properties.
e.g. jdbc:firebirdsql:localhost/3050:E:\\MAF2\\SCM\\app\\data\\app.gdb