Hi!!<br><br>How does the connection pooling work????? Is it possible for more than one instance of an object to use connection pooling??? I mean! <br><br>If you create one instance of an object and make the same database connection multiple times I can see a significant improvement obivously because of the connection pooling!!<br><br>But if I create the object, make the connection, destroy the connection, create the object, make the same connection etc. I dont see any improvement! Is that because that it is only the same object that can reuse the connection or what??<br><br>How to reuse connections across objects or is it just not possible??<br><br>Nikolaj<br><A HREF="mailto:NNC@email.dk">NNC@email.dk</A>