Re: Perl Interfacing

From: Ilja-Daniel Werner <Ilja.Werner_at_frqnet.de>
Date: Fri, 15 May 1998 08:12:05 +0200
Message-ID: <355BDCB5.2A8466D3_at_frqnet.de>


> Hi,
>
> Does anyone know which perl package/module I should use to interface
> with Oracle?
>
> As probably all can guess, it's CGI/perl with oracle tables/triggers.
> So the perl just need to logon, insert, update,delete records, logout.
>
> especially helpful if someone can point me to some url containing
> some example source.
>

Use DBI ans database Interface Modul.
Use DBD::Oracle as driver for Unices.
Use DBD::ODBC as driver for NT and Linux.

It should be possible to abstract the database layer this way on all the platforms if not using special PL/SQL tricks.

bye Received on Fri May 15 1998 - 08:12:05 CEST

Original text of this message