Skip to Content.
Sympa Menu

freetds - [freetds] Buffering problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Buffering problem
  • Date: Mon, 10 Jul 2006 13:09:53 +0200

Well, looking at t0002 test using ms dblib it appear that buffering is
handled a bit differently from dbnextrow help (see
http://manuals.sybase.com/onlinebooks/group-cnarc/cng1110e/dblib/@Generi
c__BookTextView/24781;pt=39614, similar for ms specifications)

BUF_FULL is returned if buffering is turned on and reading the next row
would cause the buffer to be exceeded. In this case, no row will have
been read. To read any more rows, at least one row must first be pruned
from the top of the row buffer by calling dbclrbuf.

so BUF_FULL is not returned if buffer is already full but only if buffer
will be full

freddy77





Archive powered by MHonArc 2.6.24.

Top of Page