From: | Michael Davis <mdavis(at)sevainc(dot)com> |
---|---|
To: | "'Cedar Cox'" <cedarc(at)visionforisrael(dot)com>, "pgsql-interfaces(at)postgresql(dot)org" <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | RE: ODBC - Invalid protocol character |
Date: | 2001-01-03 16:12:14 |
Message-ID: | 01C07565.452D3070.mdavis@sevainc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Does this query work in psql? Can we see the psqlodbc_????.log file from your C: drive?
-----Original Message-----
From: Cedar Cox [SMTP:cedarc(at)visionforisrael(dot)com]
Sent: Wednesday, January 03, 2001 6:51 AM
To: pgsql-interfaces(at)postgresql(dot)org
Subject: ODBC - Invalid protocol character
When using the odbc driver from Access in Win9x we sometimes receive the
error message "An invalid protocol character was received from the
backend". While this could mean that someone passed gas, I don't think
so. Anyone see this before? The one particular query that gave this
error is:
SELECT Description AS "Item", SuitabilityName AS "Suitability",
AgeGroupName AS "Age Group", SizeName AS "Size", Qty AS "Quantity",
tblStResTree_cache.SurID
FROM tblListRequestItems, tblIdSuitability, tblIdAgeGroup, tblIdSize,
tblStResTree_cache
WHERE tblListRequestItems.SuitabilityID = tblIdSuitability.SuitabilityID
AND tblListRequestItems.AgeGroupID = tblIdAgeGroup.AgeGroupID
AND tblListRequestItems.SizeID = tblIdSize.SizeID
AND tblListRequestItems.TreeID = tblStResTree_cache.TreeID
AND RequestItemID=3;
It really doesn't look strange at all, so I'm not sure what's wrong.
This happened a while ago and things have changed since then so I'm not
sure if I can reproduce the error or not. If needed I can dig through my
archive in a little and try to give a stable test case for this problem.
-Cedar
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-01-03 16:45:54 | Re: ODBC - Invalid protocol character |
Previous Message | Michael Davis | 2001-01-03 16:05:57 | RE: ODBC-Problem |