New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
How read BLOB datatype from Database into JMP and transform it to generate image?
Aug 18, 2015 02:35 PM(11048 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.