Re: [PHP] pg_Exec: Warning: 1 is not a valid PostgreSQL link resource.

2001-02-03 Thread Richard Lynch
> We have a host (host A) with PostgreSQL 7.0.3. and PHP 4.0.4 under Red Hat > > We have another host (host B) with PHP 4.0.3pl1 under Debian > > We are having an incomprehensible error with this code when the content of $sql is > > and "update" > > ... > > $resultado=pg_Exec($conexion,$sql); > >

[PHP] pg_Exec: Warning: 1 is not a valid PostgreSQL link resource.

2001-02-02 Thread Evelio Martinez
Hi! We have a host (host A) with PostgreSQL 7.0.3. and PHP 4.0.4 under Red Hat We have another host (host B) with PHP 4.0.3pl1 under Debian We are having an incomprehensible error with this code when the content of $sql is and "update" ... $resultado=pg_Exec($conexion,$sql); ... 1) The ph