php4+psqlodbc...

From: "Mike A(dot)" <mikey3(at)gmx(dot)net>
To: pgsql-php(at)postgresql(dot)org
Subject: php4+psqlodbc...
Date: 2003-03-25 22:41:15
Message-ID: 3E80E91B.30324.AC6A27@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

hello,

my system:
pgsql 7.3.2
psqlodbc 7.0.5 (latest version)
php4
redhat linux 7.3

i try to adapt an online shop system for odbc compatibility...
former it was just working with mysql...
now i try to make it ready for postgres by using the database,
driver manger and the proper odbc driver (psqlodbc)...

everything works fine...but sometimes i get invalid result sets...
it looks like some code of the memory, but not like the requested
data...

the server log says:

LOG: pq_recvbuf: unexpected EOF on client connection
LOG: pq_recvbuf: unexpected EOF on client connection
LOG: pq_recvbuf: unexpected EOF on client connection
LOG: pq_recvbuf: unexpected EOF on client connection
LOG: pq_recvbuf: unexpected EOF on client connection
LOG: pq_recvbuf: unexpected EOF on client connection
ERROR: parser: parse error at or near "<98>" at character 1
ERROR: parser: parse error at or near "`" at character 1
ERROR: parser: parse error at or near "ä" at character 1
ERROR: parser: parse error at or near "´C" at character 1

what could be the reason?

thx in advance!

-- mike

Browse pgsql-php by date

  From Date Subject
Next Message Ahmad Sentri 2003-03-26 03:37:30 Re: syntax for option select
Previous Message Victor Yegorov 2003-03-25 16:29:44 Re: syntax for option select