Warning, /office/kexi/src/migration/mdb/README is written in an unsupported language. File is not indexed.

0001 This is MDB file migration driver for KEXI. It can be used to convert simple MS Access
0002 databases into native Kexi databases.
0003 
0004 MDB files are the native database format of MS Access (and also some other MS applications).
0005 
0006 Features:
0007 - only import
0008 - only tables are currently imported (no queries, forms, reports, etc.)
0009 - imports all data types, including binary and memo
0010 - imports primary keys
0011 - imports data (records)
0012 
0013 mdbtools library is used internally (https://github.com/brianb/mdbtools). To facilitate access to
0014 the newest possible mdbtools version regardless of operating system KEXI runs on, mdbtools' code has
0015 been imported to src/migration/mdb/3rdparty/mdbtools directory of KEXI. Only needed source files
0016 have been copied, that is command line tools and GUI code is not included. This is not meant to be
0017 a fork though, improvements are contributed back to the main project.
0018 
0019 Home page of the MDB file migration driver: https://community.kde.org/Kexi/Migration/MDB
0020 
0021 Problems, proposals for improvement and support requests can be reported here:
0022 
0023 https://community.kde.org/Kexi/Contact