mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
Support Access 2019
Per #260 I am assuming that the internal version 6 refers to files created with Access 2019. I can't find any documentation on this format, so I am calling it ACE17. Testing welcome.
This commit is contained in:
@@ -81,7 +81,8 @@ enum {
|
||||
MDB_VER_ACCDB_2007 = 0x02,
|
||||
MDB_VER_ACCDB_2010 = 0x03,
|
||||
MDB_VER_ACCDB_2013 = 0x04,
|
||||
MDB_VER_ACCDB_2016 = 0x05
|
||||
MDB_VER_ACCDB_2016 = 0x05,
|
||||
MDB_VER_ACCDB_2019 = 0x06
|
||||
};
|
||||
enum {
|
||||
MDB_FORM = 0,
|
||||
|
Reference in New Issue
Block a user