Skip to Content.
Sympa Menu

freetds - Re: get NULL

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: get NULL
  • Date: Fri, 10 Nov 2000 09:26:35 -0500 (EST)




On Fri, 10 Nov 2000, Nil Alexandrov wrote:

> Hello !
>
> 1). How to transmit NULL value in TDS_ROW_TOKEN ?
>
TDS_ROW_TOKEN passes var cols as a size and then the data. If the size is
0 the column is NULL.

> 2). How can I check if some columns containt NULL value after
> tds_process_row_token() call ?

see the function tds_get_null() in token.c

> Best regards, Nil.
> E-Mail: nil AT internet2.ru
>
>




  • get NULL, Nil Alexandrov, 11/10/2000
    • <Possible follow-up(s)>
    • Re: get NULL, Brian Bruns, 11/10/2000
    • Re: get NULL, Nil Alexandrov, 11/13/2000
    • Re: get NULL, Nil Alexandrov, 11/13/2000
    • Re: get NULL, Brian Bruns, 11/13/2000

Archive powered by MHonArc 2.6.24.

Top of Page