convert ms access db table to mysql db table in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
qumar
Forum Commoner
Posts: 29
Joined: Wed Nov 01, 2006 8:20 am

convert ms access db table to mysql db table in php

Post by qumar »

hi friends help to me,

i need how to convert ms access db table to mysql db table in php. please give some idea.
thanks,
qumar.
User avatar
nathanr
Forum Contributor
Posts: 200
Joined: Wed Jun 07, 2006 5:46 pm

Post by nathanr »

don't.. use the mysql odbc 3.X driver to export from access to mysql via dsn
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: convert ms access db table to mysql db table in php

Post by califdon »

qumar wrote:hi friends help to me,

i need how to convert ms access db table to mysql db table in php. please give some idea.
thanks,
qumar.
There are several commercial products that will do this. I wouldn't attempt to do it in a PHP script.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: convert ms access db table to mysql db table in php

Post by John Cartwright »

califdon wrote:
qumar wrote:hi friends help to me,

i need how to convert ms access db table to mysql db table in php. please give some idea.
thanks,
qumar.
There are several commercial products that will do this. I wouldn't attempt to do it in a PHP script.
Several free ones I might add. Google revealed: http://www.bullzip.com/products/a2m/info.php
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: convert ms access db table to mysql db table in php

Post by califdon »

Jcart wrote:Several free ones I might add. Google revealed: http://www.bullzip.com/products/a2m/info.php
NOW you tell me!! :roll: LOL
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: convert ms access db table to mysql db table in php

Post by John Cartwright »

califdon wrote:
Jcart wrote:Several free ones I might add. Google revealed: http://www.bullzip.com/products/a2m/info.php
NOW you tell me!! :roll: LOL
8O :P
Post Reply