Skip to Content.
Sympa Menu

freetds - RE: still java problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: still java problem
  • Date: Tue, 25 Jun 2002 10:25:27 -0400


> From: Marc Schouten [mailto:m.schouten AT itsec.nl]
> Sent: June 25, 2002 9:40 AM
>
> i'm looking in the freeTDS code now, for the point where the
> data coming in from the
> database isn't put into a resultset yet, but still as bytestream.
> that way i could create my own function to return the
> bytestream to my own program so
> i can send it to my client app, and put it into a resultset there.
> or is there any reason i should'nt do anything like this?

Marc,

That's what db-lib and ct-lib do, actually: fetch a row at a time,
optionally binding the fields to the program's variables. Your function
will just gobble up a bunch of rows, and bundle them into an object for your
application's convenience.

Which API are you dealing with?

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page