Skip to Content.
Sympa Menu

freetds - RE: [freetds] Yet another freetds on Solaris 8 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: RE: [freetds] Yet another freetds on Solaris 8 problem.
  • Date: Tue, 18 May 2004 17:06:28 +0200

>
> Hi damian,
>
> Freddy has kindly fixed in CVS my sloppy coding that was
> causing the "too
> few arguments" errors...
>
> The "overflow in implicit constant conversion" errors can be
> overcome by
> changing....
>
> colinfo->column_bindtype = CS_UNUSED;
> colinfo->column_bindfmt = CS_UNUSED;
>
> to...
>
> colinfo->column_bindtype = 0;
> colinfo->column_bindfmt = 0;
>
> in lines 102,103 and 125, 126
>
> Freddy, you couldn't fix these too, could you ????
>
> Damian, you really should go back to Solaris 6, you
> know...the compilers are
> much more forgiving :-)
>
> Bill
>

Changed

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page