ODBC string insert problem - Mailing list pgsql-interfaces

From Peter Andrews
Subject ODBC string insert problem
Date
Msg-id 36F17273.D1ABBC98@piedmontdata.com
Whole thread Raw
List pgsql-interfaces
I am unable to insert the following string:

40'S?

into a varchar field through my ODBC driver.  The statement:

insert into test values('40\'S?');

works perfectly using psql, but when I execute it through the ODBC
driver, I get the following error message:

parse error at or near ""

In fact, my ODBC driver seems to do this whenever I attempt to insert a
string with a question mark after a single quote.  I am using PostgreSQL
6.4.2 and the Insight ODBC driver version 6.40.0004.  If anyone has run
into this before, I would greatly apprciate your help.

Peter Andrews


pgsql-interfaces by date:

Previous
From: reedstrm@wallace.ece.rice.edu (Ross J. Reedstrom)
Date:
Subject: Re: [INTERFACES] pgaccess for windows
Next
From: zhanggy@open-network.co.jp (zhanggy)
Date:
Subject: about pgenv.h