How can I set the ConnectionTimeout Property in OracleConnection Class.
I really need this. The default value of 15 seconds is too long.
The help says "Gets or sets the time" but I only can GET time...
Thanks!
			
									
									
						Connection Timeout
In the ConnectionString property write something like this:
			
									
									
						Code: Select all
User Id=scott;Password=tiger;Server=ora;Connection Timeout=44;- 
				seiteljoerge
 - Posts: 3
 - Joined: Wed 24 May 2006 09:37
 
Perfect!
Perfect! So fast - thanks a lot!!
Don't forget to add this info to documentation.
			
									
									
						Don't forget to add this info to documentation.