last question.. sorry

Поиск
Список
Период
Сортировка
От Matthias Weinert
Тема last question.. sorry
Дата
Msg-id 431BAB8C.7040409@gmx.de
обсуждение исходный текст
Список pgsql-odbc
I'm afraid, I know that i'm getting on your nerves, sorry... :(

I'm sure that you have written tons of MFC code with
CDatabase/CRecordset which uses cursors. In short words:
Database with > 20000 rows (and blobs in it), i want to use cursors to
fetch them in batchs (when the user wants to see the next batch).
But CRecordset::Open(....) always tries to get the complete statement :(

Already tried wild stuff like a simple copy from dbcore..
AFX_ODBC_CALL(::SQLExecDirect(m_hstmt, reinterpret_cast<SQLTCHAR
*>(pszSQL), SQL_NTS));
after some conversions, but of course this did not work... :)

Would be very kind if you mention some links or something like that.
(limit offset statements work, but it's not really nice...). code would
be great (for sure u wrote tons of it).

Thanks for answers...
Matthias Weinert

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: savepoint
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: Continuing encoding fun....