mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-02 12:27:09 +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:
@@ -80,6 +80,9 @@ main(int argc, char **argv)
|
||||
case MDB_VER_ACCDB_2016:
|
||||
printf("ACE16\n");
|
||||
break;
|
||||
case MDB_VER_ACCDB_2019:
|
||||
printf("ACE17\n");
|
||||
break;
|
||||
default:
|
||||
printf(_("unknown database version\n"));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user