Обсуждение: return codes

Поиск
Список
Период
Сортировка

return codes

От
jr@i-bucks.com
Дата:
How does one check return codes with an embedded sql program?  (I dont seem
to find any info on this, in any of the documentation that I have seen).
In other databases, I have checked the values of sqlca.sqlcode or similar
fields.  While I see that this field exists, I dont know if postgres is
similar in this request, and I dont know if there is a better source of
examples of using postgres than the docs and Bruce's book.

thanks,

jr



Re: return codes

От
Michael Meskes
Дата:
On Mon, Mar 05, 2001 at 11:02:41AM -0800, jr@i-bucks.com wrote:
> How does one check return codes with an embedded sql program?  (I dont seem

sqlca

> to find any info on this, in any of the documentation that I have seen).
> In other databases, I have checked the values of sqlca.sqlcode or similar
> fields.  While I see that this field exists, I dont know if postgres is
> similar in this request, and I dont know if there is a better source of

It is. There is also the exec sql whenever statement available.

> examples of using postgres than the docs and Bruce's book.

Unfortunately no.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!