SetPos with data_at_exec not yet supported ? - Mailing list pgsql-odbc

From lothar.behrens@lollisoft.de
Subject SetPos with data_at_exec not yet supported ?
Date
Msg-id 1186583092.151914.59590@19g2000hsx.googlegroups.com
Whole thread Raw
List pgsql-odbc
Hi,

I have the following error message in the log file of my driver:

PGAPI_BindParamater: ipar=6, paramType=1, fCType=-2, fSqlType=-4,
cbColDef=-4, ibScale=-1, rgbValue=-1073755584, *pcbValue = -104,
data_at_exec = 1
SC_get_error: status = 15, msg = #SetPos with data_at_exec not yet
supported#
             szSqlState = '07005',len=42, szError='SetPos with
data_at_exec not yet supported'

I like to update BLOB data in the current row of my statement.

What version is capable of data_at_exec using SQLSetPos and also
support full cursor support ?
(not only forward cursors)

I am still using 07.03.0200 on Mac OS X. I didn't get compiled the
07.03.0260 version due to missing
pg_config.

Thanks, Lothar


pgsql-odbc by date:

Previous
From: "lothar.behrens@lollisoft.de"
Date:
Subject: Long data and SQLPutData ?
Next
From: "lothar.behrens@lollisoft.de"
Date:
Subject: UPDATE with data at exec and CURRENT OF question