[Mono-bugs] [Bug 605011] New: mssql ParameterDirection not implement

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 11 23:41:56 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=605011

http://bugzilla.novell.com/show_bug.cgi?id=605011#c0


           Summary: mssql ParameterDirection not implement
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: PC
        OS/Version: openSUSE 11.2
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Data.SqlClient
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: cyq1162 at 126.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development
           Blocker: ---


Description of Problem:


Steps to reproduce the problem:
1. com.Parameters.Add("ReturnValue", SqlDbType.Int,4).Direction =
ParameterDirection.ReturnValue;
[com is a SqlCommand]


Actual Results:
1:com.Parameters["ReturnValue"]---when get by paraName it wlways show:
"Sysetm.IndexOutOfRangeException:The specified index is out of range".

2:Parameters[index].Direction is always "object reference not set to an
instance of an object";
3:the other as CommandType/SqlDbType is the same.

Expected Results:
all should be OK

How often does this happen? 
Always

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list