Page 1 of 1

Access db from web page

Posted: Fri Aug 16, 2002 9:42 pm
by AirDavid
New to PHP. Wanted to use a access database on web site so user could make selection and have the input query my database. I am using Earthlink as my web service and they can not handle access to a access database. They said I could try with PHP. So my question??? How do I connect my web page to my access database to run queries. Thank you for your help. David

Posted: Fri Aug 16, 2002 9:50 pm
by fatalcure
if the server your hosted with does not support ODBC, then you cannot use PHP with Microsoft Access, instead use ASP and the non-ODBC connection method to do so.

Search google for ASP and Access.

Posted: Fri Aug 16, 2002 9:53 pm
by volka