[Mono-bugs] [Bug 81934][Maj] New - The parameter ConnectionTimeout doesn't work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 22 16:14:22 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by marceloalmeida at inb.gov.br.
http://bugzilla.ximian.com/show_bug.cgi?id=81934
--- shadow/81934 2007-06-22 16:14:22.000000000 -0400
+++ shadow/81934.tmp.25425 2007-06-22 16:14:22.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 81934
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Data.SqlClient
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: marceloalmeida at inb.gov.br
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: The parameter ConnectionTimeout doesn't work
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+When connecting to a SQL Server, with System.Data.SqlClient, the
+parameter ConnectionTimeout doesn't work.
+
+Steps to reproduce the problem:
+1. Create a connection with a low ConnectionTimeout (10s)
+2. try to connect to a server
+
+Actual Results:
+If the server doesn't respond the connection is not respecting the
+ConnectionTimeout
+
+Expected Results:
+abort the connect after 10s
+
+How often does this happen?
+always
+
+Additional Information:
+the connection is created from a System.Data.Common.DbProviderFactory
More information about the mono-bugs
mailing list