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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to