Re: ODBC SQLSetPos Delete problem - Mailing list pgsql-odbc

From Philippe Lang
Subject Re: ODBC SQLSetPos Delete problem
Date
Msg-id 6C0CF58A187DA5479245E0830AF84F420B0450@poweredge.attiksystem.ch
Whole thread Raw
In response to ODBC SQLSetPos Delete problem  ("Lothar Behrens" <lothar.behrens@lollisoft.de>)
List pgsql-odbc
Lothar,

As a workaround, what about writing your code in plpgsql, and call the function from your Power++ Developer
application?With this technique, your app will be faster, and you'll be protected from possible bugs in the driver.
(AnywayI cannot say if what you experiment is a bug...) 

I'm working like this with a MS Access front-end, and it works really fine. Code is centralized, so when you need
updatingit, it's easier... 

Hope this helps,

Philippe

-----Message d'origine-----
De : pgsql-odbc-owner@postgresql.org [mailto:pgsql-odbc-owner@postgresql.org] De la part de Lothar Behrens
Envoyé : mardi, 14. septembre 2004 19:07
À : pgsql-odbc@postgresql.org
Objet : Re: [ODBC] ODBC SQLSetPos Delete problem

Hi,

it seems that I did not get any help. Now I also like to say, that If I test a Sybase Power++ Developer application
withsimple db form, I get a crash in the Postgres ODBC driver. 

The form is created with the wizard and uses cursors.

The driver seems to delete the record, but moving to next/prev record fails.

Who can help me ?

Do you like to have the source ?
You can dounload it.

I can try to debug the ODBC library, but I do not understand the full source, so I need a little help.

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 :-)


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend



pgsql-odbc by date:

Previous
From: "Greg Campbell"
Date:
Subject: Re: ODBC SQLSetPos Delete problem
Next
From: Janet Borschowa
Date:
Subject: Re: ODBC SQLSetPos Delete problem