Re: strange behavior - Mailing list pgsql-odbc

From Jeff Eckermann
Subject Re: strange behavior
Date
Msg-id 20031127021805.45677.qmail@web20812.mail.yahoo.com
Whole thread Raw
In response to Re: strange behavior  ("Greg Campbell" <greg.campbell@us.michelin.com>)
List 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 by date:

Previous
From: "Greg Campbell"
Date:
Subject: Re: strange behavior
Next
From: "Cristian Custodio"
Date:
Subject: Re: Character invalid saving memo with UpdateSQL