Re: [GENERAL] Segementation fault in PQgetvalue()

2008-03-13 Thread Tom Lane
Nikhil Bokare <[EMAIL PROTECTED]> writes: > This is what I'm trying to: > char lmt_str[100]; > sprintf(lmt_str,"%s",PQgetvalue(res, 0, nFields-1)); > //the last field is of type timestamp > This is giving segmentation fault. > I'm confused The only way PQgetvalue will return NULL is if the row

[GENERAL] Segementation fault in PQgetvalue()

2008-03-12 Thread Nikhil Bokare
This is what I'm trying to: char lmt_str[100]; sprintf(lmt_str,"%s",PQgetvalue(res, 0, nFields-1)); //the last field is of type timestamp This is giving segmentation fault. I'm confused -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscripti