Subject | Re: [Firebird-Java] Re: firebird conection pool and glassfish |
---|---|
Author | Mark Rotteveel |
Post date | 2013-02-19T16:32:29Z |
On Tue, 19 Feb 2013 16:29:22 -0000, "p.bondar" <p.bondar@...> wrote:
solved.
Mark
>> There is the problem: the DataSource or ConnectionPoolDataSourcereleasenotes,
>> implementations in Jaybird have no property 'URL' (see the
>> section 'JDBC connection properties' for a list of the supportedhave
>> properties).
>>
>> Instead of URL, you need to specify these three properties:
>> serverName : localhost
>> portNumber : 3150 (btw: the default port of Firebird is 3050)
>> databaseName : D:/java/base/DATABSEIFPWAFCAD.fdb
>>
>> Mark
>>
>
> Thank you very much Mark. Very grateful to you for your help. Did you
> written and it worked. I hope you are not too burdened.No problem, that is what the list is for! And good to hear the problem is
solved.
Mark