I am tapping into a MySql server that stores quality information, it also keeps a picture record of the Reference Image in a MediumBlob type of column.
So in simple terms my query to return a that item that I want to see is:
SELECT ImageRef FROM productslist WHERE ProductID = 11
I don’t see where I can enter a Query for the file in an image viewer. Is there a way to do this??