Subject Re: ConnectionPoolDataSource...
Author Roman Rokytskyy
Hi,

> Can anyone tell me if there is a class somewhere in the driver that
> implements the DataSource interface and the setDataSourceName
> (String name) method????

there are:

org.firebirdsql.jdbc.FBSimpleDataSource - simple implementation with
no connection pooling

org.firebirdsql.jdbc.FBWrappingDataSource - DataSource implementation
with built-in connection pooling.

However, none of them have setDataSourceName(String) method. What it
is supposed to do?

Best regards,
Roman Rokytskyy