Re: Perl postgres question

Поиск
Список
Период
Сортировка
От Danny Aldham
Тема Re: Perl postgres question
Дата
Msg-id 200106211418.f5LEILr18071@lennon.postino.com
обсуждение исходный текст
Ответ на Re: Perl postgres question  (Ryan Ho <ryanho@pacific.net.sg>)
Ответы Re: Perl postgres question  (harrold@sage.che.pitt.edu)
Список 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 по дате отправления:

Предыдущее
От: Ryan Ho
Дата:
Сообщение: Re: Perl postgres question
Следующее
От: harrold@sage.che.pitt.edu
Дата:
Сообщение: Re: Perl postgres question