On Wed, 19 Apr 2006, surabhi.ahuja wrote:
what is the way to capture such exception in Cpp, are there any examples available for this? right now in cpp, i do this rStatus = PQresultStatus(result); but what is the specific error code, how to get that,
See PQresultErrorField http://www.postgresql.org/docs/8.1/static/libpq-exec.html Kris Jurka