I'm on a unix server and i'm sending data from my Visual Basic application to a .mdb. Want to want to do is write a PHP code which will look into the .mdb and then get all new information and add it to my MySQL database then update each row and set the "read" field to 1.
1/ Firstly can this be done using PHP on a unix server
2/ Any ideas how to connect to .mdb??