Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Chad M. Gross
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

Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Amit Sinha
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

Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Amit Sinha
, 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

Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Kamen Lilov
:[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

Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Knebels, Francis
: [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

Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Amit Sinha
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

Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Knebels, Francis
_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: [

Re: [ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Wallace B. McClure
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,

[ADVANCED-DOTNET] ADO.NET + Oracle Connection Problem.

2004-08-13 Thread Amit Sinha
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