Subject | RES: [Firebird-Java] Re: Connection Pool |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-06-04T16:13:37Z |
> Following the example which comes with Jaybird I always receive thisSome versions of Firebird on some platforms do not like following
> Excpetion (could you tell me why?):
parameters:
dataSource.setNonStandardProperty("isc_dpb_sweep", null);
dataSource.setNonStandardProperty("isc_dpb_num_buffers", "75");
Just comment them out.
Roman