MS Access on The Web

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
RomeoMabasa
Forum Newbie
Posts: 4
Joined: Sat Mar 17, 2007 4:56 am

MS Access on The Web

Post by RomeoMabasa »

Hello,

I need help to load a MS Access Database on a website and also make sure that it can do the normal operations. Any help will be appreciated.
RomeoMabasa
Forum Newbie
Posts: 4
Joined: Sat Mar 17, 2007 4:56 am

Re: MS Access on the Web

Post by RomeoMabasa »

I have copied the database in the DB folder in the website, now I just need a simple script to ensure that records are retrieved, added, deleted from the master database.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

This is not the appropriate forum for your request. Are you trying to connect to the DB from code, or do you just want to get he DB on to your server. Please provide more details so I can move this thread to the correct forum.
alvinphp
Forum Contributor
Posts: 380
Joined: Wed Sep 21, 2005 11:47 am

Post by alvinphp »

Can PHP even read an Access DB?
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

yes, ODBC
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

There are very few databases that PHP cannot connect to. I have actually connected PHP to Access, MSDE and MySQL all in the same script.
alvinphp
Forum Contributor
Posts: 380
Joined: Wed Sep 21, 2005 11:47 am

Post by alvinphp »

malcolmboston wrote:yes, ODBC
I meant PHP running on a Linux machine. Is that possible? I guess it should be possible if you have enough time and the will.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Why not try it?
Post Reply