Page 1 of 1
How to connect MS Access?
Posted: Thu Jan 11, 2007 5:53 pm
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
Posted: Thu Jan 11, 2007 7:39 pm
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.
Posted: Thu Jan 11, 2007 8:27 pm
by wtf