Characters inserted into select statement - Mailing list pgsql-odbc

From Ben Litchfield
Subject Characters inserted into select statement
Date
Msg-id Pine.SOL.4.31.0210181036520.11291-100000@fury.csh.rit.edu
Whole thread Raw
List pgsql-odbc
Here is my configuration

ODBC Driver version 07_02_0003
Postgresql: 7.2.2
OS:WinXP with all latest patches

I am having one more issue that I was wondering if anybody else has run
into it.  I am using a C# application.  I am sending over SQL and
'randomly' it will return with a parse error like this

17:19:29 DEBUG:  query: SELEC
FROM Folders WHERE path = '\\CSU\\Under Review' ORDER BY ordering
2002-10-05 17:19:29 ERROR:  parser: parse error at or near
"selec"002-10-05


You can't tell from the line above but there are 4 bytes between "SELEC"
and "FROM" they are either
01 01 0D 9A
01 01 04 81

This only happens sometimes but works most of the time.

Any ideas?

Ben Litchfield


pgsql-odbc by date:

Previous
From: Ben Litchfield
Date:
Subject: Re: ODBC Driver extremly slow on winxp
Next
From: Scot Loach
Date:
Subject: 64-bit type in SQLBindParameter