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
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