Thanks,
>Amit Sinha
>
>
>-Original Message-
>From: Unmoderated discussion of advanced .NET topics.
>[mailto:[EMAIL PROTECTED] Behalf Of Wallace B.
>McClure
>Sent: Friday, August 13, 2004 10:21 AM
>To: [EMAIL PROTECTED]
>Subject: Re: [ADVANCED-DOTNET] ADO.NET + Oracle
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] Behalf Of Kamen Lilov
Sent: Friday, August 13, 2004 11:18 AM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.
Then again, if he turns off pooling, he _must_ keep the connection open
be
, 2004 10:35 AM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.
Wally,
Thanks for the response, I don't keep the connection open as I am working
with datasets, you can see at the end of the function i just close and
remove the connection object from m
:[EMAIL PROTECTED] On Behalf Of Knebels, Francis
Sent: Friday, August 13, 2004 5:47 PM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.
It could be. Pooling is turned on by default.
To turn off pooling, set pooling=false in the connetion string.
--F
: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.
Wally,
Thanks for the response, I don't keep the connection open as I am working
with datasets, you can see at the end of the function i just close and
remove the connection object from memory.but still I ca
1 AM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.
I would check the connection state at the appropiate times. I am assuming
that when you are starting up the application, you are creating and opening
a connection that is designed to stay open during
_threadHandle.Set();
}
}
-Original Message-
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Wallace B. McClure
Sent: Friday, August 13, 2004 10:21 AM
To: [EMAIL PROTECTED]
Subject: Re: [
13 Aug 2004 09:55:57 -0400
Subject: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.
Hi Group,
I am facing some problem with ADO.Net+Oracle
Desc: I have a simple client server 2 tier application where my
client(VB.NET App) connects to Oracle server using ADO.Net(OldDB). It is
working fine,
Hi Group,
I am facing some problem with ADO.Net+Oracle
Desc: I have a simple client server 2 tier application where my
client(VB.NET App) connects to Oracle server using ADO.Net(OldDB). It is
working fine, but problem comes in, when in case while the application is
working and we have a network ou