kexi project
Rapid Database Application Development
Development
"Microsoft Access for Linux"

Home Download FAQ Support Features Handbook Screenshots Screencasts Compile Kexi Development Authors Contact License Sponsorship Translate This Site

wiki navigation:

Front Page
[info] [diff] [login]
[recent changes]
[most popular]
You can donate
to Kexi Project:
Via PayPal

Spread the word about Kexi!
Get Kexi Now!

Built on the KDE technology
KDE

Member of the Calligra Suite

No Software Patents!

Data Migration And Sharing

Table of Contents
   1. Introduction
   2. Project Migration
     2.1. Reusing SQL/XML
   3. Data Migration
     3.1. Importing
      3.1.1. Text formats for tabular data
     3.2. Exporting
      3.2.1. Text formats for tabular data
   4. Data Sharing
   5. Cross-DB-Engine Queries
     5.1. By the way: a word from MSA team
     6. Links

1. Introduction

There are two kinds of data migration:

  • Migration for entire projects.
  • Data migration related to a single data table (importing, exporting).

Read general hints.

^ toc

2. Project Migration

Project migration allows to migrate the database schema and table data in one go. It's currently possible to migrate a MySQL, PostgreSQL or MS Access database to a SQLite database, using either the keximigratetest program or using "Tools->Migration->Import database" menu command.

See also:

^ toc

2.1. Reusing SQL/XML

See Using SQLXML.

^ toc

3. Data Migration

Text tabular data can be imported from file (File->Import), exported to file (File->Export) or pasted to the clipboard (Edit->Paste Special) or copied to the clipboard (Edit->Copy Special).

^ toc

3.1. Importing

^ toc

3.1.1. Text formats for tabular data

There are a number of text formats for tabular data. See MS Excel Import formats for naming scheme.

See also http://en.wikipedia.org/wiki/Flat_file_database ^ toc

3.2. Exporting

^ toc

3.2.1. Text formats for tabular data

^ toc

4. Data Sharing

By Data Sharing we usually mean dynamic data exchanging features that do not require to importing and exporting. For example: connecting with external (not KexiDB-derived) database to share some data between Kexi project and that external data source.

^ toc

5. Cross-DB-Engine Queries

 jstaniek> mart: btw, another hard way is to add simple querying
 engine on top of kexidb (not so hard since we've got schemas parsed
 out  of query statements) and retrieve simple one-table records from
 mdbtools and then combine them using our engine. Advantage:
 we can later even provide a way for making relations for loosely
 connected data sources, as eg. , say, google result set and mysql
 dictionary
 mart> jstaniek: I have had some ideas about 'partial evaluation'
  of SQL before partial evaluation - so I could write SELECT int1, int2,
  str1,str2 FROM t WHERE int1<int2 and string_edit_distance(str1,
  str2) < 5, so the DB goes away and finds records where int1<int2
  then kexi would execute some plugin-loaded function to filter
  the rest etc...
 jstaniek> btw, it is great tool for data integration... only not
  so robust...  but who cares... that's ALMOST ready!
 mart> jstaniek: it is?
 jstaniek> mart: we've got a lists of builtin (provided at the backend)
  functions, so you iterate through
  PARSE tree of the query and ... split the query to "backed" and
  "frontend" parts...

(yes, we know these things could be nicer on server level, not client...)

  mart, jan 2005

Speaking of which, it might not be a bad idea to store these functions in Java JAR files. JNI or CNI calls could be made to these functions using GCC's Java support (if available). The JAR could also be deployed on a PosgreSQL server with pljava, allowing the functions to be executed on the server for greater performance.

^ toc

5.1. By the way: a word from MSA team

From 'Access 12's new data engine' article:

[..] Jet is unique in Microsoft because it provides both a data storage mechanism with a heterogeneous query processor. This ability to run queries across a number of different data stores is a key reason people use Access, so it was super important for us to retain that ability going forward. The SQL team is de-investing in Jet, and telling developers to code against SQL Server Express, but as it lacks the heterogeneous query functionality we needed, Access stuck with Jet. [..]

^ toc

6. Links



Kexi - "MS Access for Linux" ... and Windows
© Kexi Team
This content is available under GFDL
Last edited: October 11, 2007 by js, visited 0 times.