Subject | Re: [Firebird-Java] Jaybird 3.0.5 FBXADataSource |
---|---|
Author | Mark Rotteveel |
Post date | 2019-08-15T17:31:36Z |
On 15-8-2019 16:52, procar informatik AG - Sascha Horn s.horn@...
[Firebird-Java] wrote:
jdbc:firebirdsql://<host>:<port>/<database>, ie
jdbc:firebirdsql://localhost:3050//opt/databases/...
or
jdbc:firebirdsql:<host>/<port>:<database>, ie
jdbc:firebirdsql:localhost/3050:/opt/databases/...
With the format you specified, Jaybird will attempt to connect to a
database called '3050:/opt/databases/catalogs/mydb.fdb'.
https://groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/11543
Looking at that, you're using the default settings.
I'll see if I can reproduce the problem.
Mark
--
Mark Rotteveel
[Firebird-Java] wrote:
> thanks for your quick response.That connection string shouldn't be able to work. The format is either
>
> Both connections are using the same user/password.
>
> jdbc settings are :
>
> driver: org.firebirdsql.jdbc.FBDriver
> Connection url: jdbc:firebirdsql://localhost/3050:/opt/databases/catalogs/mydb.fdb?lc_ctype=ISO8859_1
jdbc:firebirdsql://<host>:<port>/<database>, ie
jdbc:firebirdsql://localhost:3050//opt/databases/...
or
jdbc:firebirdsql:<host>/<port>:<database>, ie
jdbc:firebirdsql:localhost/3050:/opt/databases/...
With the format you specified, Jaybird will attempt to connect to a
database called '3050:/opt/databases/catalogs/mydb.fdb'.
> usr: SYSDBA[..]
> pwd: ******
> props: null
>
>Attachments are dropped by the mailing list, but it is available at
> Firebird Version installed is Firebird-3.0.4.33054_0_x64.
>
> Please find the used firebird.conf attached. It is the unchanged with
> installer delivered version.
https://groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/11543
Looking at that, you're using the default settings.
I'll see if I can reproduce the problem.
Mark
--
Mark Rotteveel