ODBC SQLSetPos Delete problem - Mailing list pgsql-odbc

From Lothar Behrens
Subject ODBC SQLSetPos Delete problem
Date
Msg-id 200409232110.i8NL9vJ18090@jedi.behrens.de
Whole thread Raw
List pgsql-odbc
Hi,

just another 'another' question :-)

How do I reopen a new statement with the possible cursor
position near a deleted row ?

This possibliy would avoid the crash.

Another way to avoid this crash is a 'fake' deletion of
the selected row - based on the primary key of the table.

Idea: For simple tables, collect their pk's (names) and
store it in a pk table. Then on each 'deletion' mark only
a - possibly prior altered table (deleted (true/false)) -
field and modify the where clause for the intented query.

Any suggestions ?

Thanks

Lothar


---- My home: www.lollisoft.de -----------------------------
Lothar Behrens    | Independent:       lothar.behrens@gmx.de
Rosmarinstr 3     | My public project:
40235 Düsseldorf  |  http://sourceforge.net/projects/lbdmf
                  |  -> Need comments, please visit :-)


pgsql-odbc by date:

Previous
From: Shachar Shemesh
Date:
Subject: Re: OIDS column required with ODBC ?
Next
From: Andreas
Date:
Subject: concurrency with adodb & ms-access