jdavis wrote:
> Hello,
> I created 25 postgres databases by hand. Each with one small table.
> All the databases are named like so...
>
> MY_DATA_0
> MT_DATA_1 etc..
>
> When i use this code
>
> use Pg;
> $conn = Pg::connectdb("dbname=MY_DATA_0");
ta_0;
Rich.
-Original Message-
From: jdavis [mailto:[EMAIL PROTECTED]
Sent: 02 April 2003 02:11
To: perl
Subject: use Pg;
Hello,
I created 25 postgres databases by hand. Each with one small table.
All the databases are named like so...
MY_DATA_0
MT_DATA_1 etc..
When i use this code....
use Pg;
Hello,
I created 25 postgres databases by hand. Each with one small table.
All the databases are named like so...
MY_DATA_0
MT_DATA_1 etc..
When i use this code
use Pg;
$conn = Pg::connectdb("dbname=MY_DATA_0");
if ($conn->status != PGRES_CONNECTION_OK){
$errorMe