Thanks for your help !
I'm working on my personal computer (DB & tools under 'windows me' in it) with easyphp which launch everything to work (Apache, MySql, Php) under windows me .
What I need to do is to convert an Access Database to a MySql DB.
The Access DB is a very simple DB with no links between tables, its is only tables, made of several columns.
I try to get every thing from the DB (name : ICAM.mdb) via an ODBC link. I saw weird converters that didn't worked anyway.
So now I'm working on a php code, which connects to the Access DB via ODBC (ICAM) , creates a MySql DB (db1).
I succeed to get every tables in ICAM and to create them in db1.
I succeed to get every columns from every tables in ICAM and to ceate them with the correct type and length.
Now I can't get rows of columns (actually I get only the first row, others disappeared π ) . So I can't get the data in the tables, this makes my converter unuseful at all !!!
If you can, help me pleaseπ