hi all,
I'm developing an application under WinXP/Visual C++/MFC and accessing a PostgreSQL 8.0.1 db. All works fine (open the db, SELECT, ...) until I try to insert a row using the CRecordset::Update() class method that the Db returns an exception:
"Only SQL_POSITION/REFRESH is supported for PGAPI_SetPos"
The ODBC driver version is 8.00.01.01. Any idea?
thanks in advance,
Marc
I'm developing an application under WinXP/Visual C++/MFC and accessing a PostgreSQL 8.0.1 db. All works fine (open the db, SELECT, ...) until I try to insert a row using the CRecordset::Update() class method that the Db returns an exception:
"Only SQL_POSITION/REFRESH is supported for PGAPI_SetPos"
The ODBC driver version is 8.00.01.01. Any idea?
thanks in advance,
Marc