Files
mdbtools/include
jakob 88ff1c023e Basic support for Complex Columns (Access 2007+)
The major new feature in Access 2007 where so called complex columns.
These can be multivalued fields, attachments, or MEMO fields with
version history. All of them are implemented using hidden helper tables,
and the column itself has type MDB_COMPLEX (0x12) which is basically a
long int used as a key.

This commit adds basic support for this complex type to libmdb.
2012-07-07 20:23:20 +02:00
..
2004-02-13 18:49:51 +00:00
2011-09-04 17:16:47 -04:00
2003-01-29 01:50:32 +00:00
2011-08-30 16:11:13 -04:00