[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Connection Issue - .NET and Oracle

Rig76

5/18/2005 5:31:00 AM

I'm having a very strange issue with an application I'm building. The
applicaiton has multiple users, each with their own connection to the
database. However, when one of these connections closes then all the
other users connections seem to close.

This is most obviously seen when I'm writing a rather large chunk of
data with connection A. Then connection B comes in to the application
and grabs a small piece of data. Of course, during execution,
connection B will cllose itself after getting what it needs. It's at
this point that connection A gets the following message "Connection
must be open for this operation" while writing its next piece of data.

If any could help me with this, it would be greatly appreciated.