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
..
reference/libmdb remove cvsignore and add gitignore per Jeff Smith 2010-11-01 09:30:24 -04:00
faq.html Patch docs.diff from Nirgal 2011-08-28 19:53:29 -04:00
gmdb2.txt Removed <> from man synopsis 2012-02-02 09:46:11 +01:00
install.sgml Clean up for 0.6 release and some bug fixes 2005-09-07 23:27:43 +00:00
Makefile.am Added --disable-man configure option 2013-07-04 13:22:52 +02:00
mdb-array.txt Removed <> from man synopsis 2012-02-02 09:46:11 +01:00
mdb-export.txt Add hexadecimal binary output conversion option 2014-06-29 04:12:06 +10:00
mdb-header.txt Removed <> from man synopsis 2012-02-02 09:46:11 +01:00
mdb-hexdump.txt Removed <> from man synopsis 2012-02-02 09:46:11 +01:00
mdb-parsecsv.txt Removed <> from man synopsis 2012-02-02 09:46:11 +01:00
mdb-prop.txt Removed <> from man synopsis 2012-02-02 09:46:11 +01:00
mdb-schema.txt Show SQLite support in gmdb2 and manual. 2013-01-13 22:41:10 +01:00
mdb-sql.txt Spelling fix 2014-01-04 15:16:46 +01:00
mdb-tables.txt Removed <> from man synopsis 2012-02-02 09:46:11 +01:00
mdb-ver.txt Add basic support for Access 2010 2012-07-07 21:08:25 +02:00