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

@@ -222,6 +222,7 @@ static MdbHandle *mdb_handle_from_stream(FILE *stream, MdbFileFlags flags) {
case MDB_VER_ACCDB_2010:
case MDB_VER_ACCDB_2013:
case MDB_VER_ACCDB_2016:
case MDB_VER_ACCDB_2019:
mdb->fmt = &MdbJet4Constants;
break;
default: