Re: import from xbase to MySQL
1. XBase dialects have commands for showing tables structures .You are going to have to create a set of MySQL tables with structures matching those of the XBase tables.
2. All XBase dialects have commands for exporting data in comma-delimited format. You are going to have to write scripts doing that for each table in your flavour of XBase.
3. You will need MySQL scripts that call LOAD DATA INFILE on each of those scripts.
4. Importing them back to XBase will be trickier. How you do it depends on your flavour of XBase.
PB
Subject
Views
Written By
Posted
6971
July 19, 2007 03:14PM
Re: import from xbase to MySQL
4031
July 20, 2007 10:57AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.