Forum Discussion
Tengmin123
5 years agoFrequent Visitor
Cannot display image in report builder from byte array or hex string
Hi, all, I have a byte array (image) in json format in sql db. I extract the image out and also in json format. my query is: SELECT thumbNail FROM Table cross apply openjson(CMD_LIST,'$.queueMe...
v-janeyg-msft
5 years agoCommunity Support
Hi, Tengmin123
After my search, I'm afraid that vb language is not supported .
Sorry, I have no experience in this area. I only used the following method to add images to the desktop. You can reference:
How to upload multiple images to SQL Server (sqlshack.com)
Best Regards
Janey Guo
Tengmin123
5 years agoFrequent Visitor
Thank you for your reply.