Re: [INTERFACES] Re: [SQL] Questions about embedded-sql!

From: Maarten Boekhold <boekhold(at)tibco(dot)com>
To: "Gene Selkov, Jr(dot)" <selkovjr(at)mcs(dot)anl(dot)gov>
Cc: Anna Langer <anna_langer(at)hotmail(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] Re: [SQL] Questions about embedded-sql!
Date: 1999-04-20 14:24:19
Message-ID: 371C8E13.A5586D6B@tibco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


> Always check conn->errorMessage in case of errors to find what causes them

Check this using PQerrorMessage(conn). You're not supposed to access the
PGconn datastructure directly, its implementation might change in the
future, PQerrorMessage() will mask these changes.

Maarten

--

Maarten Boekhold, boekhold(at)tibco(dot)com
TIBCO Finance Technology Inc.
The Atrium
Strawinskylaan 3051
1077 ZX Amsterdam, The Netherlands
tel: +31 20 3012158, fax: +31 20 3012358
http://www.tibco.com

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Kent Perrier 1999-04-20 14:38:18 Re: [INTERFACES] Compiling jdbc for Linux and Solaris
Previous Message Peter Mount 1999-04-20 14:18:00 RE: [INTERFACES] Compiling jdbc for Linux and Solaris