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
How to connect MS Access?
Moderator: General Moderators
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.