Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
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.
How read BLOB datatype from Database into JMP and transform it to generate image?
Aug 18, 2015 02:35 PM(11047 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.