Skip to Content.
Sympa Menu

freetds - Re: [freetds] dblastrow?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Geoff Wong <geoff AT shattered.org>
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] dblastrow?
  • Date: Wed, 21 Jul 2004 17:35:25 +1000

On Wed, Jul 21, 2004 at 05:31:09PM +1000, Geoff Wong wrote:
> DBINT
> dblastrow(DBPROCESS * dbproc)
> {
> TDSRESULTINFO *resinfo;
> TDSSOCKET *tds;
>
> tds = (TDSSOCKET *) dbproc->tds_socket;
> line 5872 **** resinfo = tds->res_info;
> return resinfo->row_count;
>

Err .. mess up my first post to the list :(.
Actually occurs on line 5873 with resinfo = 0x0.
(from today's nighly snapshot).

Geoff





Archive powered by MHonArc 2.6.24.

Top of Page