Subject | Re: [Firebird-Java] Re: firebird conection pool and glassfish |
---|---|
Author | Mark Rotteveel |
Post date | 2013-02-18T20:02:35Z |
On Mon, 18 Feb 2013 19:36:18 -0000, "p.bondar" <p.bondar@...> wrote:
Mark
> --- In Firebird-Java@yahoogroups.com, Mark Rotteveel <mark@...> wrote:non-standard
>>
>> On 16-2-2013 11:11, Mark Rotteveel wrote:
>> > Instead of the properties serverName, portNumber and databaseName you
>> > can also use one property:
>> > database (with <server>[/<port>]:<path-or-alias>, where the
>> > portnumber is optional)
>>
>> Small addendum: you can also use //<server>[:<port>]/<path-or-alias>
>>
>> > I would advise not to use the "database" property as it is
>> > (JDBC defines the serverName, databaseName and portNumberproperties),
>> > and we might remove it in the future.using
> If I understand correctly, I need to try to create a connection pool
> the alias?No, if you use an alias or the actual database-path is up to you.
Mark