Connecting Tech Pros Worldwide Help | Site Map

MS Access and Linux

D Stocks
Guest
 
Posts: n/a
#1: Apr 18 '06
Is it possible to have web page hosted by Linux/Apache retrieve data
from (and insert data to) an MS Access database that resides on an
(Internet-accessible) MS-based machine? Must the MS machine be running
MS ISS? I currently use Perl to process scripts (no database linkage)
but would likely switch to PHP for database interactions.

Any suggestions would be greatly appreciated.
Dana

Gord
Guest
 
Posts: n/a
#2: Apr 18 '06

re: MS Access and Linux


>Is it possible to have web page hosted by Linux/Apache retrieve data[color=blue]
>from (and insert data to) an MS Access database that resides on an
>(Internet-accessible) MS-based machine?[/color]

You might want to check out

http://odbtp.sourceforge.net/index.html

John Mishefske
Guest
 
Posts: n/a
#3: Apr 19 '06

re: MS Access and Linux


D Stocks wrote:[color=blue]
> Is it possible to have web page hosted by Linux/Apache retrieve data
> from (and insert data to) an MS Access database that resides on an
> (Internet-accessible) MS-based machine? Must the MS machine be running
> MS ISS? I currently use Perl to process scripts (no database linkage)
> but would likely switch to PHP for database interactions.[/color]

Perl has the DBI module that will allow you to work with Access databases
but you wouldn't want that Access database (presumably on a MS OS box) accessible from the
'net. You'd want to control all access to the data store through apache/linux.

The linux/apache box could talk to the MS OS box via Proxy:

http://www.perldoc.com/perl5.6.1/lib/DBD/Proxy.html

Here's one that directly addresses what I think you want to do:
http://www.unix.org.ua/orelly/linux/dbi/ch08_02.htm

More directly:
Yes, an Apache/Linux web server can retrieve and insert to Access database on MS-based
machinge.

No, the MS machine does not need to be running IIS.

I'm not aware of a PHP solution but I'm sure one exists; someone more knowledgeable about
PHP could provide details.

--
'---------------
'John Mishefske
'---------------
David W. Fenton
Guest
 
Posts: n/a
#4: Apr 19 '06

re: MS Access and Linux


John Mishefske <jmishefskeNO@SPAMyahoo.com> wrote in
news:tTf1g.3954$0b7.51@tornado.rdc-kc.rr.com:
[color=blue]
> I'm not aware of a PHP solution but I'm sure one exists; someone
> more knowledgeable about PHP could provide details.[/color]

An ODBC driver is an ODBC driver.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Closed Thread