error messages (not valid postgresql link resoucre) - Mailing list pgsql-general

From Robert Morgan
Subject error messages (not valid postgresql link resoucre)
Date
Msg-id 409EC2B2.6040501@ihug.co.nz
Whole thread Raw
Responses Re: error messages (not valid postgresql link resoucre)  (Holger Marzen <holger@marzen.de>)
List pgsql-general
|I'm trying to run a query on a database using php and postgres functions

||<?php
db_connect();
$stat = pg_exec($connstr,"SELECT WSID from tblWorkstation ");
while ($row = pg_fetch_rows($stat))
{
print("<option> $row[0]</option>");
}
?>

but I get these error messages. I have tested to see if the connection
is still alive and it is.
||

*Warning*: pg_exec(): supplied argument is not a valid PostgreSQL link
resource in */var/www/html/Databasesite2/Untitled-2*.php on line 27 |

*Warning*: pg_fetch_row(): supplied argument is not a valid PostgreSQL
result resource in */var/www/html/Databasesite2/Untitled-2*.php on line 28

And when I try to close the connection I get theses error messages.

*Warning*: pg_close(): 1 is not a valid PostgreSQL link resource in
*/var/www/html/Databasesite2/Untitled-2.php* on line *61*

*Warning*: pg_host(): 1 is not a valid PostgreSQL link resource in
*/var/www/html/Databasesite2/Untitled-2.php* on line *63*

*Warning*: pg_last_error(): 1 is not a valid PostgreSQL link resource in
*/var/www/html/Databasesite2/Untitled-2.php* on line *64*
Failed to close connection to :

My understanding is if it is not a valid link resource that means its
not available via the connection or that connection is not open.

is this right?

Bob



pgsql-general by date:

Previous
From: CSN
Date:
Subject: alter owner on schema?
Next
From: Alexander Cohen
Date:
Subject: full tuple count in cursor.