Re: Connecting to an External DB (repost)

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Connecting to an External DB (repost)
Дата
Msg-id 40BC442F.9010506@archonet.com
обсуждение исходный текст
Ответ на Connecting to an External DB (repost)  ("Hale" <paulj1999@yahoo.com>)
Список pgsql-general
Hale wrote:
> how do I connect to an external postgresql db on ip 1.2.3.4 using DBI and
> perl?  any other ways to do it in perl?

perldoc DBD::Pg
perldoc DBI

The "perldoc" command offers access to all of Perl's built-in
documentation as well as almost all modules too.

There's always more than one way to do it in Perl - you don't say what's
wrong with DBI though

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Large table search question
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Insert speed question