[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:38:30 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 08:06:15.000000000 -0400
+++ shadow/75684.tmp.16108 2005-08-02 08:38:30.000000000 -0400
@@ -113,6 +113,11 @@
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', ...
+
+------- Additional Comments From JoergR at voelcker.com 2005-08-02 08:38 -------
+Created an attachment (id=15524)
+Proposed patch
+
More information about the mono-bugs
mailing list