[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

ODBC crashes on second "Close"

Steve Villiers

9/30/2002 2:12:00 AM

Hi Guys,

I'm using VB.net with ODBC to access an DB2/400 database.

I have created a custom class, which handles the ODBC
calls and objects.

This is what happens: create class, open connection, read
data, close connection -> this is fine.

Run it again: open connection, read data, close connection
*splat*

No error, no message, no exception. When I try to Close
the connection my program just packs it in.

Simon.