Re: DBD and DBI::Pg

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: DBD and DBI::Pg
Дата
Msg-id Pine.LNX.4.21.0104152117280.1000-100000@olympus.scw.org
обсуждение исходный текст
Ответ на DBD and DBI::Pg  ("N@ta$" <natas@jam.rr.com>)
Список pgsql-php
On Sun, 15 Apr 2001, N@ta$ wrote:

> -A Quake3Arena server
>         HAVE IT
>
> -An SQL database compatable with Perl:DBI:DBD and PHP4
>         CURRENTLY RUNNING PostgreSQL, but HAVE NOT INSTALLED DBI::DBD
>
> -Perl
>        RUNNING PERL 5
>
> -DBI:DBD Mod for Perl
>         I'M LOST ON THIS ONE
>
> -A web server that works with PHP
>         HAVE IT
>
> -PHP4
>         HAVE IT
>
> Graphinat0r requires:
> -GD.pm
>         LOST ON THIS AS WELL

DBI (which includes DBD::Pg, the DBI module for PostgreSQL) and GD.pm
are both Perl modules. You can find them at www.perl.com.

Alternatively, you can use the CPAN module (which should have come with
your installation of Perl) to install them:

shell$ perl -MCPAN -eshell

and "install DBD::Pg" and so on.

Lots of info on the Perl web pages, or in "Programming the Perl
DBI" (O'Reilly).


--
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington


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

Предыдущее
От: Ned Lilly
Дата:
Сообщение: Tutorial on PHP DB abstration
Следующее
От: "Sterin, Ilya"
Дата:
Сообщение: RE: DBD and DBI::Pg