From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | Cheryl Thompson <cthompso(at)ci(dot)irving(dot)tx(dot)us>, "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Driver Frustration// Perl DBI |
Date: | 2003-01-17 22:47:10 |
Message-ID: | 200301171447.10736.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice |
Cheryl,
> I'm working with Postgresql to implement a DB on the Web.
> After discovering that Dreamweaver UD 4 does not support Posgres, even
> thought I'm running Postgresql through an ODBC, I went on to Perl.
>
> The latest Perl DBI interface I can find on CPAN is dated 1998 and is for
> PostGre95.
>
> Is there an up to date Perl DBI for Postgresql? When can I find it? (it's
> NOT in CPAN!).
The reccommended module for Postgres is DBD::Pg, although the outdated DBI
module will work for simple queries (as I have used it extensively for simple
data transfers).
I'm not sure what the status of the DBD::Pg driver is; here's the project:
http://gborg.postgresql.org/project/dbdpg/projdisplay.php
--
-Josh Berkus
Aglio Database Solutions
San Francisco
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2003-01-17 22:57:32 | temporary tables |
Previous Message | Ben Prescott | 2003-01-17 22:40:05 | Re: Driver Frustration// Perl DBI |
From | Date | Subject | |
---|---|---|---|
Next Message | Forest W Felling | 2003-01-19 14:44:48 | Drop Database |
Previous Message | Cheryl Thompson | 2003-01-17 22:46:29 | THANKS: Driver Frustration// Perl DBI |