I am running PostgreSQL Version 9.3.4 on an Ubuntu 64 bit Server.
I am using the PoatgreSQL ODBC Driver (libpsqlodbcw) version 9.03 on HP-UX.
I am able to connect, retrieve data and do general sequel updates. However, when I attempt to update a cursor with SQLSetPOS
, I get the error:
Only SQL_POSITION/REFRESH is supported for PGA PI_SetPos
I have attempted using the syntax select * from table for update of table
(and many versions of this) and nothing has worked.
I am guessing, at this point, that such updates are not supported. Does any one have any input on this?