views:

450

answers:

1

I'm having trouble with ODBC connection pool

I've read the article Frequently Asked Questions About ODBC Connection Pooling and setup everything to make use of ODBC connection pool.

The problem is, after I release the connection it is not returned to the pool. Instead it is hard closed. I check it using Performance monitor utility in Windows Server 2003

+1  A: 

can you provide more info, like

  • the connection string you're using
  • the method of creating and closing your connection
  • what platform you're on
  • what database you're using
  • code sample
Rory