Hi,
I have a SQL database which store images. They as stored as a SQL image type and a second column stores the file name as an nvarchar. That all works find. I have the SQL DB linked to RestXpress and can call data. That all works ok. And then I have created a RestService requesting data from my RestXpress server and get the data. How do I display this image? Is there a conversion that I need to make or does an image have to have a url and be hosted elsewhere?
Thanks