Re: Connecting to an External DB (repost)

From: Richard Huxton <dev(at)archonet(dot)com>
To: Hale <paulj1999(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connecting to an External DB (repost)
Date: 2004-06-01 08:54:07
Message-ID: 40BC442F.9010506@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-06-01 08:56:51 Re: Insert speed question
Previous Message Richard Huxton 2004-06-01 08:44:12 Re: Large table search question