Import a table from an Access database

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
saleh
User
Posts: 470

Import a table from an Access database

Post by saleh »

I need Import a table from an Access database To mysql database table
How do I do this?

Access table name:usres and field: name,username

mysql table name:usres and field: name,username

Thanks for help


johnberman
User
Posts: 210

Post by johnberman »

Bit off topic however

If you use something like Navicat then there is an import wizard with includes Access Dbase

John B


saleh
User
Posts: 470

Post by saleh »

hello
I use DBConvert for MS Access & MySQL

But I want to use phpmaker

Is that possible ?

And how is that?


johnberman
User
Posts: 210

Post by johnberman »

hhm not sure I mane PHPMaker is designed to read data from tables, not act as a conversion tool, but I guess you could possibly link to an access table and a mysql table and then do some actions, just not sure why you would ?

There are others more experienced than me who may give a better answer - It might help if you can describe what you are trying to achieve ?

John B


saleh
User
Posts: 470

Post by saleh »

Phpmaker writes a code import

but how?


Post Reply