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\'
// Microsoft Access
Click OK.
$dsn='database.accdb';
$username='';
$password='';
$connect=odbc_connect($dsn, $username, $password);