Re: strange behavior

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: strange behavior
Дата
Msg-id 20031127021805.45677.qmail@web20812.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: strange behavior  ("Greg Campbell" <greg.campbell@us.michelin.com>)
Список pgsql-odbc
> Patrick Hatcher wrote:
> >
> > Figured out the problem.  I had Declare/Fetch
> enabled and the cache size
> > set to 100.
> > Now my next question is.  How do I go about using
> Declare/Fetch with large
> > recordsets?  After the buffer  reaches the end of
> my first Declare/Fetch, I
> > cannot seem to go any further

I have not ventured into this, but I suspect that you
may have to resort to ODBC function calls in order to
do this.  Something like "SQLMoreResults".  Though you
that would seem to lead you towards coding to the ODBC
api directly.  For most of us, the purpose of using a
driver is to avoid having to do that.  Hopefully
someone can rescue you with an easier solution.

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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

Предыдущее
От: "Greg Campbell"
Дата:
Сообщение: Re: strange behavior
Следующее
От: "Cristian Custodio"
Дата:
Сообщение: Re: Character invalid saving memo with UpdateSQL