Page 1 of 1

Thread Execute

Posted: Thu 03 Aug 2006 21:08
by ShadowBit
Hi,

I have read that I must to create new connection for every thread I start.

The problem is that I have a need for starting many small threads that execute one update query.
create new connection for every thread will take 2 much time.

Is there any way around this problem?

Posted: Fri 04 Aug 2006 11:15
by Ikar
Please see MyDAC help about MyConnection.Pooling property.