cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
zainilmin
Level I

How read BLOB datatype from Database into JMP and transform it to generate image?

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

3 REPLIES 3
Kevin_Anderson
Level VI

Re: How read BLOB datatype from Database into JMP and transform it to generate image?

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.

Re: How read BLOB datatype from Database into JMP and transform it to generate image?

I'm sorry, but BLOB data import is not supported in the JMP ODBC interface.  JMP ignores the BLOB because it doesn't know how it should be interpreted.

Brian Corcoran

JMP Development

vkessler
Level IV

Re: How read BLOB datatype from Database into JMP and transform it to generate image?

We were able to transfer BLOB data (JPG) from a database to jmp. Maybe this thread is helpful to solve your problem.

Recommended Articles