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

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


           Summary: SQL Server timestamp column not supported
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Data.SqlClient
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: german.lato...@twindocs.com
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---
           Blocker: ---


Description of Problem:

"timestamp" type is not supported in GetSize() method in TdsMetaParameter
class.

When executing a stored procedure that has a timestamp input parameter, it
throws the following error:

System.NotSupportedException: Unknown Type : timestamp
  at Mono.Data.Tds.TdsMetaParameter.GetMetaType () [0x00000] 
  at Mono.Data.Tds.Protocol.Tds70.WriteParameterInfo
(Mono.Data.Tds.TdsMetaParameter param) [0x00000] 
  at Mono.Data.Tds.Protocol.Tds70.ExecRPC (System.String rpcName,
Mono.Data.Tds.TdsMetaParameterCollection parameters, Int32 timeout, Boolean
wantResults) [0x00000] 
  at Mono.Data.Tds.Protocol.Tds70.ExecProc (System.String commandText,
Mono.Data.Tds.TdsMetaParameterCollection parameters, Int32 timeout, Boolean
wantResults) [0x00000] 
  at System.Data.SqlClient.SqlCommand.Execute (Boolean wantResults) [0x00000] 
  at System.Data.SqlClient.SqlCommand.ExecuteReader (CommandBehavior behavior)
[0x00000]

-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to