Subject | Re: [Firebird-Java] Good connection |
---|---|
Author | Roman Rokytskyy |
Post date | 2010-10-29T12:35:03Z |
> The way to connect is using the normal JDBC methods using a correctly formed JDBC-url. For example:Normal format would be
>
> jdbc:firebirdsql://server:port/database
jdbc:firebirdsql:server/port:database
The format you described should work, but there were some tickets re.
this format.
> (next once I do from memory so I might be wrong)Only with standard JAR, the default (first) URL depends on the order the
> jdbc:firebirdsql:java://server:port/database (is identical to the first)
"plugins" are activated, in our case that is PURE_JAVA plugin. If the
order is changed, that might be an embedded version of it, for example.
Roman