Skip to Content.
Sympa Menu

freetds - Re: TDSFREE on HPUX--- " There is not enough memor y available now"

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: ZIGLIO Frediano <Frediano.Ziglio AT vodafoneomnitel.it>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: TDSFREE on HPUX--- " There is not enough memor y available now"
  • Date: Wed, 16 Oct 2002 12:23:39 +0200


>
> All,
>
> > token.c: In function `tds_get_data':
> > token.c:1140: `info' undeclared (first use in this function)
> > token.c:1140: (Each undeclared identifier is reported only once
> > token.c:1140: for each function it appears in.)
> > gmake[1]: *** [token.lo] Error 1
>
> > I didn't have time to look into this tonight. I bet Nick
> or Frediano will
> > have it fixed in a matter of hours if they haven't already.
>
> Before:
>
> tds_swap_datatype(tds_get_conversion_type(curcol->column_type,
> colsize),
> &(info->current_row[curcol->column_offset])
> );
>
> After:
>
> tds_swap_datatype(tds_get_conversion_type(curcol->column_type,
> colsize), dest);
>
> That does the business. I guess these HPUX guys and me are the only
> big-enders out there at the moment...
>
> Bill
>

Already fixed in CVS yesterday..

freddy77

=================================
"STRICTLY PERSONAL AND CONFIDENTIAL

This message may contain confidential and proprietary material for the sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient please contact
the sender and delete all copies.
The contents of this message that do not relate to the official business of
our company shall be understood as neither given nor endorsed by it."

=================================



  • Re: TDSFREE on HPUX--- " There is not enough memor y available now", ZIGLIO Frediano, 10/16/2002

Archive powered by MHonArc 2.6.24.

Top of Page