Re: Perl postgres question - Mailing list pgsql-novice

From Danny Aldham
Subject Re: Perl postgres question
Date
Msg-id 200106211418.f5LEILr18071@lennon.postino.com
Whole thread Raw
In response to Re: Perl postgres question  (Ryan Ho <ryanho@pacific.net.sg>)
Responses Re: Perl postgres question  (harrold@sage.che.pitt.edu)
List pgsql-novice
>
> At 12:08 PM 6/20/01 -0500, Williams, Travis L, NPONS wrote:
> >One more question.. what module(s) are you guys using to access postgres
> >from perl??
> >Travis
>
> I use the Pg module. I couldn't get DBI to work, perhaps due to my lack of
> skill.

I use the DBI module, and really recommend it. If you use Pg to code,
and later want to change the underlying database, you will need to
recode the whole project. If you use DBI, you may get away with
changing just one line.

--
Danny Aldham     Providing Certified Internetworking Solutions to Business
www.postino.com  E-Mail, Web Servers, Web Databases, SQL PHP & Perl

pgsql-novice by date:

Previous
From: Ryan Ho
Date:
Subject: Re: Perl postgres question
Next
From: harrold@sage.che.pitt.edu
Date:
Subject: Re: Perl postgres question