Hi
I need to import all contacts with entityimage fields(just contactid, entityimage where entityimage_url IS NULL)
I need to store this in the azure sql db. I have written console application to do this job. It is exporting byte[] data to sql table (varbinary(max) field
When I try to display this field in PBI/other .net application, I am getting nothing. What is the correct approach to get these images to database?
I am attaching my code here.
Regards







