Subject Re: Pooling Connection with FBWrappingDataSource
Author Roman Rokytskyy
> which is the best way to get a fast connection?
> DriverManager or FBWrappingDataSource?
>
> I'm doing a standalone, and I've heard about the best yaw is to use
> FBWDS, but when I try to do it, I get a lot of problems.

I would say "any connection pool". FBWrappingDataSource is one of
them. Can you describe the problems you get?

Roman