[Mono-bugs] [Bug 382912] New: SqlConnection in unusable state after forcing delay
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 23 13:08:28 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=382912
Summary: SqlConnection in unusable state after forcing delay
Product: Mono: Class Libraries
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Data
AssignedTo: bnc-blr-team-mono at forge.provo.novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at lists.ximian.com
Found By: ---
After forcing a delay (using 'waitfor delay') which results in a timeout, the
SqlConnection is no longer in a usable state. Any SQL statement that you
attempt to execute after the timeout is not actually executed, but does not
result in an exception.
To reproduce:
1. Modify the CreateConnectionString method in the test case to match your
local setup.
2. compile and run the test case.
Expeced result:
Record read: True
Actual result:
Record read: False
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list