Subject | Using built-in connection pooling |
---|---|
Author | Rick Fincher |
Post date | 2002-07-03T16:06:47Z |
Hi,
I'm trying to get built in connection pooling
running. Let me see if I have the concept straight:
1. Use FBWrapping DataSource instead of FBDriver
and the driver manager.
2. After instantiating FBWrappingDataSource set
pooling to true.
3. Use calls to the FBWrappingDataSource to get and
close connections.
Is this correct?
Thanks,
Rick