Page 1 of 1

how to connect to ms acess using php

Posted: Sat Feb 10, 2007 4:26 am
by chitrapu
hiiiiii,
i would like to know if there is any chance of connecting my php code with Microsoft Access rather than mysql

Posted: Sat Feb 10, 2007 5:52 am
by facets
use ODBC.
An untested link : http://www.phpfreaks.com/tutorials/61/0.php

Posted: Sat Feb 10, 2007 9:24 am
by RobertGonzalez
You may need a DSN as well, at least I did when I connected to Access through PHP.