Re: DBI Connect Failure

2001-06-26 Thread Christine Kluka
Rudy, Thanks for your mail. I have Postgres version 7.1, I can connect to my database with psql and make changes, and my operating system is Sun Solaris 5.7. After you and Jeff wrote, I - reinstalled DBI-1.13 with the environment variables for DBI_DSN, DBI_USER and DBI_PASS - downloaded and

RE: DBI Connect Failure

2001-06-24 Thread Neil Lunn
-Original Message- From: Christine Kluka [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 23, 2001 1:29 AM To: Rudy Lippan Cc: Ronald J Kimball; Chase Michael A.; Neil Lunn; [EMAIL PROTECTED] Subject: Re: DBI Connect Failure Rudy, I'm studying the DBI module to get smarter on this. I

Re: DBI Connect Failure

2001-06-22 Thread Christine Kluka
Rudy, I'm studying the DBI module to get smarter on this. I was not able to complete installation on the Pg module (I have pg95perl5-1.2.0), because I couldn't find Pg.pm modules in the right places. Tried to reinstall, but it failed on make because libpq.so.1 is missing from

Re: DBI Connect Failure

2001-06-22 Thread Rudy Lippan
I'm studying the DBI module to get smarter on this. I was not able to complete installation on the Pg module (I have pg95perl5-1.2.0), because I couldn't find Pg.pm modules in the right places. Tried to reinstall, but it failed on make because libpq.so.1 is missing from

Re: DBI Connect Failure

2001-06-21 Thread Christine Kluka
Ron, Michael, Thanks, using option 1, all the syntax errors are cleared up! I'm not too clear on where the print statements are needed, so if you could refer me to some documentation about this, I'd appreciate it. However I still can't connect to my sample Postgres database. On: package

RE: DBI Connect Failure

2001-06-21 Thread Sterin, Ilya
Well do you have a db_connect subroutine defined for the PgSQL namespace? It's telling you the exact problem. Ilya -Original Message- From: Christine Kluka To: Ronald J Kimball; Chase Michael A. Cc: Neil Lunn; [EMAIL PROTECTED] Sent: 6/21/01 6:14 AM Subject: Re: DBI Connect Failure Ron

Re: DBI Connect Failure

2001-06-21 Thread Michael A. Chase
PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 05:14 Subject: Re: DBI Connect Failure Ron, Michael, Thanks, using option 1, all the syntax errors are cleared up! I'm not too clear on where the print statements are needed, so if you could refer me to some documentation about

Re: DBI Connect Failure

2001-06-20 Thread Christine Kluka
Ronald, Thanks for your reply. I: - declared $i=0; -- it still fails to import I've tried various other things, like - declaring $i as STDIN, then chomping it -- same result - using code from http://www.perl.com/pub/1999/10/DBI.html#About_Relational_Databases_Gener for DBI-connect, but also

RE: DBI Connect Failure

2001-06-20 Thread Neil Lunn
-Original Message- From: Christine Kluka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 8:25 PM To: Ronald J Kimball Cc: [EMAIL PROTECTED] Subject: Re: DBI Connect Failure Ronald, Thanks for your reply. I: - declared $i=0; -- it still fails to import That means

Re: DBI Connect Failure

2001-06-20 Thread Christine Kluka
: -Original Message- From: Christine Kluka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 8:25 PM To: Ronald J Kimball Cc: [EMAIL PROTECTED] Subject: Re: DBI Connect Failure Ronald, Thanks for your reply. I: - declared $i=0; -- it still fails to import That means

Re: DBI Connect Failure

2001-06-20 Thread Ronald J Kimball
On Wed, Jun 20, 2001 at 03:47:31PM +0200, Christine Kluka wrote: Neil, Thanks, I added my to this variable and to the array and hash declarations in my row subroutine -- this eliminated the not imported errors. Now when I execute the script I am prompted for explicit package names for

Re: DBI Connect Failure

2001-06-20 Thread Michael A. Chase
: Neil Lunn [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 06:55 Subject: Re: DBI Connect Failure On Wed, Jun 20, 2001 at 03:47:31PM +0200, Christine Kluka wrote: Neil, Thanks, I added my to this variable and to the array and hash declarations in my row subroutine

Re: DBI Connect Failure

2001-06-19 Thread Ronald J Kimball
On Tue, Jun 19, 2001 at 07:09:40PM +0200, Christine Kluka wrote: Now the error that I get is: xxx.cgi did not produce a valid header (name without value:got line variable $i is not imported at xxx.cgi line 65.) I need to declare the subroutine row in which the error is found to do a fetchrow