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

Reply via email to