https://bugzilla.novell.com/show_bug.cgi?id=351994


           Summary: Inconsistency between .NET and MONO
                    System.Data.Common.DbConnectionStringBuilder
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.Data
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: Development


Description of Problem:


Steps to reproduce the problem:
1. Create new instance of System.Data.Common.DbConnectionStringBuilder
2. use indexer property to add new keyword with null value: dbCSB["Data
Source"] = null;


Actual Results:
System.ArgumentException is thrown with message "Value should not be null"

Expected Results:
Microsoft .NET implementation allows to add keywords with null values

How often does this happen? 
Everytime you try to call VistaDB.Provider.VistaDBCommand.ExecuteReader()
(VistaDB 3.3 by VistaDB Software - http://www.vistadb.net/)


-- 
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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to