I installed WAMP, I have access database file in project folder, but don\'t have installed Access on my computer.
Can I read and update Access file with PHP even I don\'
query($sql); while($result = $rs->fetch()) { echo $result[0].": ".$result[1].": ".$result[2].""; } ?>
If u got error like pdo ODBC Drivers not installed just go to php.ini and find extension = pdo_ODBC Driver and remove the comment(;) after that restart the apache