From: <dd...@da...> - 2003-11-11 15:42:46
|
Well, maybe it's possible already but I didn't find how so maybe you should just update documentation :-) I think that in the case you are able to read mdb file then it could be easy for you to make mdb-2-mysqldump converter ... just echo mysql data definition and then mysql inserts. Then one can convert mdb file very simply to MySQL dump. I don't care about indexes, I need pure data only. At this time, I have to mdb-export into csv and then parse csv into mysql ... which is not easy for me. Tomas |