Subject | Can I cache prepared statements in my own pool? |
---|---|
Author | fedd_kraft |
Post date | 2005-07-07T21:49:52Z |
Hi,
Prepared statements are made from connections, connections are taken
from the FBDataSource (the pool).
Can I make my own pool for statements, keep prepared statements in
static variables, and execute them in different connections taken from
that pool?
F.
Prepared statements are made from connections, connections are taken
from the FBDataSource (the pool).
Can I make my own pool for statements, keep prepared statements in
static variables, and execute them in different connections taken from
that pool?
F.