how to connect to ms acess using php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chitrapu
Forum Newbie
Posts: 23
Joined: Sun Jan 14, 2007 11:39 pm

how to connect to ms acess using php

Post by chitrapu »

hiiiiii,
i would like to know if there is any chance of connecting my php code with Microsoft Access rather than mysql
facets
Forum Contributor
Posts: 273
Joined: Wed Apr 13, 2005 1:53 am
Location: Detroit

Post by facets »

use ODBC.
An untested link : http://www.phpfreaks.com/tutorials/61/0.php
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

You may need a DSN as well, at least I did when I connected to Access through PHP.
Post Reply