[Mono-bugs] [Bug 75684][Nor] Changed - Inserting IMAGE values > 8000 Bytes not possible

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 2 08:06:15 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joergr at voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75684

--- shadow/75684	2005-08-02 04:30:46.000000000 -0400
+++ shadow/75684.tmp.15823	2005-08-02 08:06:15.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Suse 8.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data.SqlClient
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: JoergR at voelcker.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -102,6 +102,17 @@
 Works on .NET Framework on Windows.
 
 ------- Additional Comments From JoergR at voelcker.com  2005-08-02 04:30 -------
 Created an attachment (id=15521)
 Test case
 
+
+------- Additional Comments From JoergR at voelcker.com  2005-08-02 08:06 -------
+I've traced the behaviour using SQL Profiler. See the datatype of the
+ at img parameter:
+
+Mono: exec sp_executesql N'insert into ImageTest (uid, img) values
+(@uid, @img);', N'@uid nvarchar(4000), @img varbinary(9000)', ...
+
+.NET: exec sp_executesql N'insert into ImageTest (uid, img) values
+(@uid, @img)', N'@uid nvarchar(4000), at img image', ...
+


More information about the mono-bugs mailing list