i'm writing a program in which if I insert a row in any one of the table(of ms access or mysql) then same data should copied in other table.i'm able connect both databases but only mysql is responding correctly ms access not responding.writing code in php.
Asked
Active
Viewed 114 times
-2
-
Yes you can: http://stackoverflow.com/a/19808531/4584335 – Rubik Mar 10 '15 at 12:44
-
possible duplicate of [How to connect PHP with Microsoft Access database](http://stackoverflow.com/questions/19807081/how-to-connect-php-with-microsoft-access-database) – RiggsFolly Mar 10 '15 at 14:17
1 Answers
0
You would use the ODBC Connector for this: MySQL ODBC Connector

Gustav
- 53,498
- 7
- 29
- 55
-
by that can access but values inserted through php are not available in ms access – developer Mar 10 '15 at 12:31
-
It makes no difference from "where" records are inserted or updated. When saved, data will look the same from any client. – Gustav Mar 12 '15 at 07:59