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

Поиск
Список
Период
Сортировка
От Maarten Boekhold
Тема Re: [INTERFACES] Re: [SQL] Questions about embedded-sql!
Дата
Msg-id 371C8E13.A5586D6B@tibco.com
обсуждение исходный текст
Ответ на Re: [SQL] Questions about embedded-sql!  ("Gene Selkov, Jr." <selkovjr@mcs.anl.gov>)
Список 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@tibco.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

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Gene Selkov, Jr."
Дата:
Сообщение: Re: [SQL] Questions about embedded-sql!
Следующее
От: Kent Perrier
Дата:
Сообщение: Re: [INTERFACES] Compiling jdbc for Linux and Solaris