[Mono-bugs] [Bug 694997] System.Data.SqlClient.SqlException: The data types varbinary(max) and image are incompatible in the equal to operator.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 19 17:52:13 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=694997

https://bugzilla.novell.com/show_bug.cgi?id=694997#c3


--- Comment #3 from scott fluto <srfcanada at hotmail.com> 2011-05-19 21:52:13 UTC ---
If you use Image for the sqltype then you always get this error. I think its
because internally Tds70.cs will change the sqltype to Image from Varbinary if
the amount of data is > 8000. Im not sure but isnt Image depricated though and
we shouldnt be using it if at all possible?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list