PHP inserting into MS Access Document?

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
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

PHP inserting into MS Access Document?

Post by Mr Tech »

Hi guys,

How do I insert data into a MS Access file using PHP?

Cheers

Ben
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

:roll: search damnit.
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Post by Mr Tech »

:o

Well, I got 69,000 results from searching the forums and didn't find anything fromt he results I looked at... And I didn't find much in Google... Just a lot of how to sue MS Access, exporting from XML etc...

:roll:

As Microsoft Access if a windows program, can I ony write to it on a windows server?

Thanks

Ben
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you can work with it via ODBC
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Post by Mr Tech »

Thanks

Like I said, as Microsoft Access if a windows program, can I ony write to it on a windows server?

i would like to find this out before I proceed.

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I believe ODBC functions are available on other installations.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

narrow the search to unixodbc
Post Reply