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:16 |
Message-ID: | 3E80E91C.32551.AC6BA4@localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Han | 2003-03-26 05:27:23 | Re: [HACKERS] updateable cursors & visibility |
Previous Message | Antonio Reale | 2003-03-25 18:15:14 | MSSQL --> PostgreSQL |