Re: DBI module for postgres 1.4.3

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: DBI module for postgres 1.4.3
Дата
Msg-id 52EF20B2E3209443BC37736D00C3C1380BBCE68E@EXADV1.host.magwien.gv.at
обсуждение исходный текст
Ответ на DBI module for postgres 1.4.3  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
Ответы Re: DBI module for postgres 1.4.3  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
Список pgsql-general
> Trying to connect to it throught perl code.
> Just wondering if DBI would be the best tool to use to
> accomplish this task.
> Which version of DBI should I be using.
> I mean if any one of you could give me exact pointers to it,
> would be highly appreciated.

Yes, perl(DBI) is the canonical way to connect to a database
from Perl. You will need the DBD::Pg driver too.
Both modules can be obtained from CPAN (e.g. http://www.cpan.org),
maybe there are even binary packages for your operating
system available.
I'd use the latest stable version.

Yours,
Laurenz Albe

В списке pgsql-general по дате отправления:

Предыдущее
От: Shane Ambler
Дата:
Сообщение: Re: Version 8.1
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Unsuccessful SIGINT