ODBCConnection Problem

G

Guest

Hello,

i use a ODBCConnection object in a multithread application.
Everytime the thread is running i create a new object of the ODBCConnection
and run my queries to fill my dataset. After that, i close the connection
and set it to nothing. But the application didn't free the memory of the
connection after the thread is shutdown.

Is that a genral fault of the ODBC driver?

I use Vb .NET 2003 & MaxDB 7.5 and MaxDB ODBCDriver 7.06
 
C

Cor Ligthert [MVP]

Mario,

There are in my opinion not much people anymore that uses ODBC in
combination with Net, it is the right provider or OleDB.

Secondly the newsgroups where actual this kind of more not to the language
database problems are handled is

microsoft.public.dotnet.framework.adonet.

Because that low use of ODBC have you more change on an answer in that
newsgroup.

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top