Consultor Eletrônico



Kbase P114785: Connections from .Net application do not go away even if connection is closed and disposed
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/31/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x

SYMPTOM(s):

Connections from .Net application do not go away even if connection is closed and disposed

Connection object being used is ADODB.Connection

Application imports System.Data.OleDb class library

CAUSE:

The OpenEdge ODBC driver is not an OleDb compliant driver. The application is using the ODBC driver directly through the .Net OleDb Data Provider and this is preventing the connections from actually going away.

FIX:

Modify the application code to use OdbcConnection rather than ADODB.Connection