How read BLOB datatype from Database into JMP and transform it to generate image?
Aug 18, 2015 02:35 PM(9452 views)
I am trying to read the BLOB data present in database and transforming it to generate image. The data table when imported into jmp shows the BLOB field as empty. The blob field is stored in the database correctly
Have you looked under Help > Scripting Index and searched for "blob"? In particular, the LoadTextFile() function supports BLOBs, and can even read substrings from BLOBs.