Page 1 of 1

how do i connect to microsoft access dtat base ( mdb )?

Posted: Thu Sep 19, 2002 8:25 am
by pelegk
i am looking for a script with example on how to connect to an access database file (mdb)!
can any 1 help me?
thanks
peleg

Posted: Thu Sep 19, 2002 8:31 am
by twigletmac
First try a Google search which should lead you to this article:
http://www.phpbuilder.com/columns/sidda ... int_mode=1
which should enable you to make a start.

Check out the odbc_xxx functions in the PHP manual too.

Mac