Files
mdbtools/doc
David Hicks f2890dc1d0 Add hexadecimal binary output conversion option
This commit adds another binary output conversion option to convert
binary blobs into hexadecimal notation, similar to the output of the
following command:
  xxd -p binaryfile.bin | tr -d '\n'

(In other words, a single line string of hexadecimal characters
representing a binary blob)

When exporting SQL INSERT statements for SQLite and PostgreSQL and when
the hexadecimal notation is specified with 'mdb-export -b hex ...',
special consideration is given to ensure that binary blobs are safely
written to the SQLite or PostgreSQL database.

Signed-off-by: David Hicks <david@hicks.id.au>
2014-06-29 04:12:06 +10:00
..
2011-08-28 19:53:29 -04:00
2012-02-02 09:46:11 +01:00
2012-02-02 09:46:11 +01:00
2012-02-02 09:46:11 +01:00
2012-02-02 09:46:11 +01:00
2012-02-02 09:46:11 +01:00
2012-02-02 09:46:11 +01:00
2014-01-04 15:16:46 +01:00
2012-02-02 09:46:11 +01:00
2012-07-07 21:08:25 +02:00