Skip to Content.
Sympa Menu

freetds - Re: Timestamp fields.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Tim Uckun <tim AT diligence.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Timestamp fields.
  • Date: Thu, 01 Mar 2001 00:14:53 -0800


At 09:30 PM 2/28/2001 -0500, you wrote:

Nope, just incrementing the index of the array. d is an integer, not a
pointer. Incrementing the pointer would be more like:

char *d = dest;

*d = '0'; d++;
*d = 'x'; d++;

I see thanks. God I gotta break out those old C books one of these days :)


----------------------------------------------
Tim Uckun
Mobile Intelligence Unit.
----------------------------------------------
"There are some who call me TIM?"
----------------------------------------------




Archive powered by MHonArc 2.6.24.

Top of Page