detecting NULL from libpq... - Mailing list pgsql-general

From dave madden
Subject detecting NULL from libpq...
Date
Msg-id 199806192228.PAA27643@paradigm.webvision.com
Whole thread Raw
Responses Re: [GENERAL] detecting NULL from libpq...  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-general
Hi.  I'm wondering if it's possible to tell whether a field returned
by PQgetvalue() is NULL?  Can one distinguish between a varchar field
that contains a string of zero length and a varchar field that is
NULL?  (And if so, how? :-)

regards,
d.

pgsql-general by date:

Previous
From: Steve Doliov
Date:
Subject: (no subject)
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] detecting NULL from libpq...