Menu Content/Inhalt
Home arrow Instructions
Table Dump Method PDF Print E-mail
  • Table dump text file conversion method

This method is aimed at data transfer from Microsoft Access to MySQL. The process will lead to data from a single Microsoft Access table being converted into a set of queries that will modify an existing and matching MySQL table. Only the field count must match exactly, but you must pay carefuly attention to file types.
  1. Create a table with the same field structure as your source table
  2. Add a temporary field to the very start of your source table
  3. Fill every record in this new field with the § (section symbol, Alt+21) character
  4. Export the table as a text file
    1. Make sure that there is no text delimiter
    2. Make sure that the field delimiter is the | symbol (vertical bar, Alt+124)
  5. Open your exported table then copy and paste it all into the converter script below: