Page 1 of 1

MS Access on The Web

Posted: Tue Mar 27, 2007 2:47 am
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.

Re: MS Access on the Web

Posted: Tue Mar 27, 2007 2:53 am
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.

Posted: Tue Mar 27, 2007 12:17 pm
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.

Posted: Tue Mar 27, 2007 11:09 pm
by alvinphp
Can PHP even read an Access DB?

Posted: Wed Mar 28, 2007 4:57 am
by malcolmboston
yes, ODBC

Posted: Wed Mar 28, 2007 9:55 am
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.

Posted: Wed Mar 28, 2007 9:39 pm
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.

Posted: Wed Mar 28, 2007 9:49 pm
by RobertGonzalez
Why not try it?