Re: PHP ODBC conflict - Mailing list pgsql-admin

From Jean-Michel POURE
Subject Re: PHP ODBC conflict
Date
Msg-id 200203011404.g21E4eLx001207@www1.translationforge
Whole thread Raw
In response to PHP ODBC conflict  (Gary Stainburn <gary.stainburn@ringways.co.uk>)
Responses Re: PHP ODBC conflict  (Gary Stainburn <gary.stainburn@ringways.co.uk>)
List pgsql-admin
Le Vendredi 1 Mars 2002 14:28, Gary Stainburn a écrit :
> Unfortunately, a side effect is that the PHP loses it's connection and
> returns a 'not valid handle' error message.

PostgreSQL odbc works perfectly. We cannot garantee PHP odbc interface works
as well... But there is a solution :

PHP supports native connexions to PostgreSQL which is the recommended way.
Most users choose native connexions from PHP because they :
- are better supported,
- have better performance.

If you would like to connect to various databases using PHP, choose an
abstraction layer. There are many available for PHP : ADODB (ADO port under
PHP), PEARDB (http://pear.php.net) available from PHP cvs, etc...

Best regards,
Jean-Michel POURE


pgsql-admin by date:

Previous
From: Gary Stainburn
Date:
Subject: PHP ODBC conflict
Next
From: Gary Stainburn
Date:
Subject: Re: PHP ODBC conflict