
ODBC 3.0 Connection Pooling and SP2.
We are using the connection pooling that is available with ODBC 3.0 from
our VB application. It was working as we would expect until we installed
SP2 for VB 5.0 on one of our machines. Now the connection stays in the
pool but doesn't every get reused so our application accumulates quite few
connections to the database.
Does anyone have knowledged of this problem and how one might solve it.