You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Wu, Gordon" <go...@ssmb.com> on 2000/04/03 17:25:33 UTC

mod_perl + database?

Can I use mod_perl to access database, such as oracle?

Which database are supported in mod_perl?

thanks,

Gordon Wu

Re: mod_perl + database?

Posted by Vivek Khera <kh...@kciLink.com>.
>>>>> "WG" == Wu, Gordon <go...@ssmb.com> writes:

WG> Can I use mod_perl to access database, such as oracle?
WG> Which database are supported in mod_perl?

mod_perl is Perl.  So anything you can do in perl, you can do in
mod_perl.  Just get your orcale access working from perl, and then you
have it working for mod_perl too.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-301-545-6996
PGP & MIME spoken here            http://www.kciLink.com/home/khera/

Re: mod_perl + database?

Posted by "Ken Y. Clark" <kc...@boston.com>.
On Mon, 3 Apr 2000, Wu, Gordon wrote:

> Can I use mod_perl to access database, such as oracle?
> 
> Which database are supported in mod_perl?
> 
> thanks,
> 
> Gordon Wu

gordon, 

the answer is an emphatic "Yes!"  thanks to the developers of the freely
available Perl DBI/DBD modules (see http://search.cpan.org), many database
interfaces are supported.  perhaps you start at the very excellent
mod_perl guide:

http://perl.apache.org/guide/

ky