Skip to Content.
Sympa Menu

freetds - Re: ISO-code translation

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Craig Spannring <Craig.Spannring AT aedinc.net>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: ISO-code translation
  • Date: Thu, 13 Apr 2000 09:41:06 -0600 (MDT)


Stefan Bodewig writes:
> >>>>> "BB" == Brian Bruns <camber AT umcc.ais.org> writes:
>
> BB> There should really be a way to set this though like there is in
> // charset
> - comm.appendString("iso_1", 30, (byte)0);
> + comm.appendString(charset, 30, (byte)0);
> comm.appendByte((byte)5);
^^^^^^^^^^^^^^^^^^^^^^^
You need to change this value as well. It should be the length of the
charset name.


I'll try to place these changes into the CVS repository later today.


--
=======================================================================
Life is short. | Craig Spannring
Bike hard, ski fast. | cts AT internetcds.com
--------------------------------+------------------------------------
Any sufficiently horrible technology is indistinguishable from Perl.
=======================================================================




Archive powered by MHonArc 2.6.24.

Top of Page