Subject | RES: [Firebird-Java] Re: Connection Pool |
---|---|
Author | to_grille |
Post date | 2004-06-07T09:33:11Z |
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
<rrokytskyy@a...> wrote:
> > Following the example which comes with Jaybird I always receivethis
> > Excpetion (could you tell me why?):thanx, works for me
>
> Some versions of Firebird on some platforms do not like following
> parameters:
>
> dataSource.setNonStandardProperty("isc_dpb_sweep", null);
> dataSource.setNonStandardProperty("isc_dpb_num_buffers", "75");
>
> Just comment them out.
>
> Roman