Re: strange behavior

From: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
To: Patrick Hatcher <PHatcher(at)macys(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: strange behavior
Date: 2003-11-27 02:18:05
Message-ID: 20031127021805.45677.qmail@web20812.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Leeuw van der, Tim 2003-11-27 11:41:33 Re: Character invalid saving memo with UpdateSQL
Previous Message Greg Campbell 2003-11-26 19:51:03 Re: strange behavior