"Arunachalam Parthasarathy" <[EMAIL PROTECTED]> writes: > When i iterate over the result set, i am unable to get the return boolean > value in my code. The ptr returned by PQGetValue is valid, but contains > nothing. why is it so?
Did you check PQgetisnull()? IIRC PQgetvalue() will return a zero-length string for a null field. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org