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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pelegk
Forum Newbie
Posts: 5
Joined: Wed Sep 18, 2002 6:26 am

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

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply