Hi, do you know how can I update in SQL Server an image field with a NULL value.
I tried vbnull.value, but I get an error like " Fail of the conversion from vraiantType to Byte[]"
(I just search how to assign the NULL value, not how to connect to the SQL Database)
I already did it on another project with Varbinary(MAX) and it works well, but I'm affraid about losing data during the conversion from image to varbinary(max). So I would prefer to do it with image type.
Have you already done something like that ? Thank you for your help!





)
Reply With Quote
