F
feng
My application is using OleDB provider and I want to
control the connection pool. I know if I want the same
thing with SQL Server provider, all I need is doing
something like "...Pooling=true;Enlist=false;Max Pool
Size=50;Min Pool Size=10" in the connection string. But
obviously, this doesn't work for OleDB provider.
Can someone tell me how to achieve that result?
Thanks!
control the connection pool. I know if I want the same
thing with SQL Server provider, all I need is doing
something like "...Pooling=true;Enlist=false;Max Pool
Size=50;Min Pool Size=10" in the connection string. But
obviously, this doesn't work for OleDB provider.
Can someone tell me how to achieve that result?
Thanks!