Re: use Pg;

2003-04-02 Thread R. Joseph Newton
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");

RE: use Pg;

2003-04-01 Thread Mace, Richard
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;

use Pg;

2003-04-01 Thread jdavis
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