0
Good afternoon! I need guidance/suggestion. Here’s the thing: we have a clock software where it records all the markings in a MS Access database. I need to create a report of each employee on the company’s intranet, where it is in PHP and Mysql using Codeigniter framework. I wonder if the ideal would be to synchronize the MS Access database with Mysql and if this is possible. I need to query the data in MS Access and also record some information in it. I tried to create a new connection within the codeigniter itself with Access, but I did not succeed. If anyone can guide me please.
You can create a routine to send the Access data to the Mysql via ODBC.
– gmsantos