Re: Know any good scripts to convert msaccess to mysql
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Know any good scripts to convert msaccess to mysql

From: Tim Roberts <timr@probo.com>
Date: Wed Feb 01 2006 - 08:46:29 CET

laredotornado@zipmail.com wrote:
>
>I am tasked with converting an MsAccess db to a MySQL 4 db in a Linux
>environment. Can anyone recommend any good freeware/scripts to help me
>do this?

Googling for "access export sql" resulted in a MySQL hit first thing.

The conversion is rarely perfect. Be prepared for some manual
intervention. Standard practices in Access don't always line up with
standard practices in MySQL. In particular, you will want to think very
hard about any special characters in your table and field names. It's
common to use spaces and dashes in Access field names, and it is possible
to use them in MySQL, but it's inconvenient.

-- 
- Tim Roberts, timr@probo.com
  Providenza & Boekelheide, Inc.
Received on Tue Feb 7 21:08:34 2006