Hello,
I am working on all application that uses multiple threads that access a sql server 2005 db, i am currently using implicit connections by setting up the connection string property of the TADOQuery object, but that seems to open a lot of connections to the database. We need to reduce the number of connections that a single instance keeps open, so
- is there any kind of connection pooling available in tadoconnection library, and how can i enable it and set it limits.
- if not then whats the recommended way of reducing and reusing connections to the database, so that the application scales well.
i would appreciate any opinions or thoughts..
many thanks