Skip to Content.
Sympa Menu

freetds - RE: Another ODBC command..

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Ross Simpson <mqsimpson AT aol.com>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: Another ODBC command..
  • Date: 23 Sep 2002 14:56:56 -0600


I have another question about this.

Talking to the developer who wrote the application I'm trying to use
with FreeTDS, he said the reason he used SQLExtendedFetch was to be able
to get a subset of the returned recordset -- i.e., get the first 10
results, process them, then get the next 10, process those, etc. etc.

My question is, are cursors necessary for this purpose? The application
will never ask for results out of order, or ask for a previous result --
it just wants to process the records in batches instead of all at once.

Is there another function that would work here?

thanks,
Ross



On Thu, 2002-09-19 at 01:58, Frediano.Ziglio AT vodafoneomnitel.it wrote:
> >
> > Hello,
> >
> > Was wondering if anyone felt like implementing SQLExtendedFetch :)
> >
> > <snip>
> >
> Ross, getting information is not the problem.
> SQLExtendedFetch require cursor support for all its stuff but this is not
> yet implemented in libtds, so don't expect an implementation very soon...
>
> freddy77






Archive powered by MHonArc 2.6.24.

Top of Page