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
..
Makefile.am add -M option to mdb-ver 2004-02-13 18:49:51 +00:00
mdbodbc.h 4c847948fc + short dates 2011-09-04 17:16:47 -04:00
mdbprivate.h i18n stuff 2003-01-29 01:50:32 +00:00
mdbsql.h Removes many compilation warnings. 2011-08-30 16:11:13 -04:00
mdbtools.h Basic support for Complex Columns (Access 2007+) 2012-07-07 20:23:20 +02:00
mdbver.h.in turn configure.in version into define 2004-02-13 18:55:11 +00:00