Git commit 733ff1d6978e80ec67948bc9c6cad8c19c8a399c by Jaroslaw Staniek. Committed on 30/08/2018 at 20:35. Pushed by staniek into branch '3.1'. Update KEXIMDB's README TRIVIAL M +19 -13 src/migration/mdb/README https://commits.kde.org/kexi/733ff1d6978e80ec67948bc9c6cad8c19c8a399c diff --git a/src/migration/mdb/README b/src/migration/mdb/README index abc1617b3..f388bd707 100644 --- a/src/migration/mdb/README +++ b/src/migration/mdb/README @@ -1,17 +1,23 @@ -This is keximdb, the MDB file migration driver for Kexi. - -MDB files are the native database format of MS Access (and = -also some other MS applications). This driver can be used -by Kexi's migration framework to convert simple Access = +This is MDB file migration driver for KEXI. It can be used to convert simp= le MS Access databases into native Kexi databases. = -If you have any problems, improvement proposals or you wish -to support this development, feel free to contact the authors: -* using the e-mail address below -* or using the Calligra forum http://forum.kde.org/viewforum.php?f=3D203 -* or ask on the #kexi IRC channel at irc.freenode.net. +MDB files are the native database format of MS Access (and also some other= MS applications). + +Features: +- only import +- only tables are currently imported (no queries, forms, reports, etc.) +- imports all data types, including binary and memo +- imports primary keys +- imports data (records) + +mdbtools library is used internally (https://github.com/brianb/mdbtools). = To facilitate access to +the newest possible mdbtools version regardless of operating system KEXI r= uns on, mdbtools' code has +been imported to src/migration/mdb/3rdparty/mdbtools directory of KEXI. On= ly needed source files +have been copied, that is command line tools and GUI code is not included.= This is not meant to be +a fork though, improvements are contributed back to the main project. + +Home page of the MDB file migration driver: https://community.kde.org/Kexi= /Migration/MDB = -For more information visit: -http://www.kexi-project.org/wiki/wikiview/index.php@MDBDriver.html +Problems, proposals for improvement and support requests can be reported h= ere: = -Contact: calligra-devel at kde.org +https://community.kde.org/Kexi/Contact