Re: Migration from Access 2000 to my SQL

2001-07-09 Thread Ken Menzel
Bonjour Matthieu, I would also suggest installing MyODBC (from the downloads page). The you can just use SQL to create and populate new tables by setting up an database through ODBC. En autre si tu as l'intérêt il y a une liste de MySQL francophone à : S'abonner: [EMAIL PROTECTED] Amicalem

Re: Migration from Access 2000 to my SQL

2001-07-09 Thread Cal Evans
You are going to have to write something to translate. I recently did a DBF to MySQL migration. I wrote programs in Visual FoxPro to create .SQL files. These files created the needed structure in MySQL and then did a butt-load of insert's to populate the tables. YMMV but it worked for me. Cal