MDB driver for Kexi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Michele Calgaro d83341eba8
KDE_USE_QT* -> KDE_USE_TQT* conversion
6 years ago
admin@7b38d20e88 Reset submodule main/applications/keximdb/admin to latest HEAD 6 years ago
cmake@e5692c8bdb Reset submodule main/applications/keximdb/cmake to latest HEAD 6 years ago
keximdb LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
.gitmodules Added common directories 9 years ago
AUTHORS Initial import 9 years ago
ChangeLog Initial import 9 years ago
INSTALL Initial import 9 years ago
Makefile.am Initial import 9 years ago
Makefile.am.in Initial import 9 years ago
README Initial conversion to TDE 9 years ago
VERSION Initial import 9 years ago
acinclude.m4 KDE_USE_QT* -> KDE_USE_TQT* conversion 6 years ago
configure.files Initial import 9 years ago
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion 6 years ago
configure.in.in Initial import 9 years ago
keximdb.lsm Initial import 9 years ago
stamp-h.in Initial import 9 years ago
subdirs Initial import 9 years ago

README

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 
databases in to native Kexi databases.

Requirements:
To compile the following software is needed:
  * the tdelibs development files;
  * the kexi development files;
  * GLib 2.0 development files; and
  * g++, gcc, make, ...
These will may be packaged for your distribution with names
similar to tdelibs-devel, libkexi-devel and libglib2.0-devel.
You should not need the libkexi-devel package if you have compiled
and installed Kexi from source.

Installation:
If you downloaded this packages as a source tarball
(in a file called something like keximdb-X.Y.tar.gz),
then it can be compiled and installed as follows:
  ./configure --enable-debug
  make
  make install

Note that the --enable-debug option is recommended for now.

Further Information:
If you have any problems, feel free to contact the author
using the e-mail address below, or post your question to the
koffice-devel list, or ask on the #kexi IRC channel...

Please contact the Kexi developers if you intend to package
this software for your distribution.  (Note that we already 
have some packaging scripts for Debian and related distributions
in the KDE subversion repository). 

More information about this package is available on Kexi's
website at:
http://www.kexi-project.org/wiki/wiki/?MDBDriver


Martin Ellis
martin.ellis@kdemail.net