Hi, I am desperately looking for a script or a some clues to convert dbf file to mysql table
I have already made some stuff in php, which works great for dbf file version >=3 but unfortunately the versions of my dbf files are different : some <3 and some >=3 The dbase functions in php package are for dbf file version >=3 :( So, I need to convert some files before "translating" them. Maybe I could translate my dbf file in cvs and then import it in my mysql table already made ? But how can I convert it in cvs ? :( Or, Do you have others ideas ? P.S. : the script must be automatic !! & it might be run on a unix station Regards Vincent
