How to connect MS Access?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

How to connect MS Access?

Post by PHPycho »

I want to use ms access with php .
Has anybody used php with MS Access. If Yes would you not mind share a bit with me.
Thanks in advance
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

I have used MS Access in only one online application, and it was with ASP, not PHP. However, Access is ODBC compliant, so I'm sure it's only a matter of determining the proper connection string. Have you Googled "PHP Microsoft Access"? If it were me, I think I would prefer to export the Access data to MySQL, but perhaps your host doesn't support MySQL.
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

Post Reply