Re: Illegal access violation

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

> -----Original Message-----
> From: Bob Caryl [mailto:bob@fis-cal.com]
> Sent: 26 July 2005 15:53
> To: Dave Page
> Cc: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Illegal access violation
>
> Hey Dave,
>
> This was, apparently my problem.  I was not using the correct
> version of
> the obdc driver for WinXP.  As to the updateable cursors issue:  The
> only operation I am doing here is adding records to a table
> back on my
> linux routine.  Upon opening my CRecordset object I do not
> even retrieve
> any records, simply supplying the table name where one would normally
> insert a query to retrieve rows.  Hence, I am hoping that I don't run
> afoul of any of the problem areas for updateable cursors.
> Assuming I'm
> naive about this, I would love a URL to which I can point my
> browser for
> more information on this subject.

Hi Bob,

I don't know anything about CRecordset's, but you shouldn't generally
need to use updateable cursors to do simple inserts - they are normally
used for updating records in large resultsets.

Regards, Dave.

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: still no luck with excel
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: still no luck with excel