Jump to content

FelipeCoutto

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by FelipeCoutto

  1. Something like this should work... I use the NI DB Toolkit and an Oracle database to write to the blob using parameterized queries (you can't write binary data using pure string queries). Maybe with SQLite you have something similar.
  2. @igorbounov I haven't worked with SQLite for blobs, but had some experience with the NI Database Toolkit. I had to flatten data to a string and then convert the string to a U8 byte array before being able to save it correctly. Maybe that helps
  3. Adding to @Jimmy Chretien response, if you want the result as a Hex string
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.