[Mono-bugs] [Bug 619152] New: SQL Server timestamp column not supported
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jul 1 08:15:12 EDT 2010
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 at lists.ximian.com
ReportedBy: german.latorre at twindocs.com
QAContact: mono-bugs at 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.
More information about the mono-bugs
mailing list