How do I enable ODBC connection pooling?

Connection pooling gives an ODBC application the ability to reuse an existing connection from a pool, so that the application doesn’t have to go through the complete connection process for any subsequent connection.

Leave a Reply

You must be logged in to post a comment.