Hi I have a problem with one fields of type BinaryBlob (Database type: SQLCompactEdition.)
The exception: The ntext and image data types cannot be used in WHERE, HAVING, GROUP BY, ON, or IN clauses, except when these data types are used with the LIKE or IS NULL predicates. When i want to update the record i see this query: UPDATE User SET EncryptedPassword = @p0 WHERE UserID = @p1 AND EncryptedPassword = @p2 But i don t need the second where condition. What can i do ? Thank you -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
