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:
Evan Miller
2021-03-23 15:56:39 -04:00
parent e1a850d1a7
commit 8f1f080e3f
3 changed files with 6 additions and 1 deletions

View File

@@ -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,