View a picture from MySQL table on a project page

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??

Hello,

This can be done with a little Python scripting. Check out this post: inductiveautomation.com/forum/v … age#p59697

Best,