Re: Illegal access violation

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Illegal access violation
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9544@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Illegal access violation  (Bob Caryl <bob@fis-cal.com>)
Ответы Re: Illegal access violation  (Bob Caryl <bob@fis-cal.com>)
Список pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Bob Caryl
> Sent: 26 July 2005 14:56
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] Illegal access violation
>
> Hello all:
>
> I am using the latest version of postgresql (version 8.03) on a linux
> machine as my server.  I also using the latest version of the
> postgresql
> odbc driver (08_00_0101) on my WinXP platform.  I have updateable
> cursors enabled on the odbc driver.  I am trying to simply
> add a new row
> to my table on the linux machine, and when I call the
> CRecordset::Update
> method my application crashes with a memory access violation every
> time.  Using the debugger and stepping through the code, the crash
> apparently happens in the .dll code.  According to logs client and
> server side, this crash occurs before any attempt is made to
> do anything
> server-side.
>
> Has anyone else seen this, and if so what might I be doing wrong here?

The updateable cursor option is known to be a little unstable (which is
why it's marked experimental). Can you please try the latest libpq based
driver from http://www.postgresql.org/ftp/odbc/versions/snapshots/ and
see how it performs please?

Regards, dave.

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Bob Caryl
Дата:
Сообщение: Illegal access violation
Следующее
От: "Joel Fradkin"
Дата:
Сообщение: Re: Illegal access violation