Re: [PHP-DB] Converting Databases

2002-12-01 Thread Marco Tabini
Simple solution, if you only have one or two tables: dump them in comma delimited format and then use the LOAD command from the MySQL shell frontend. Alternative: use the MySQL ODBC component and export from access to that (it works like a charm if you use the latest version). Either way should m

[PHP-DB] Converting Databases

2002-12-01 Thread peter
Hi, I am pretty much new to the field of php/mysql programming, however a future project of mine may involve the importing of a large database of products. I am expecting this database to be in MS Access form and am looking for solutions in advanced. Now the question, are there any methods for exp