ecpg help

Поиск
Список
Период
Сортировка
От sid@questions.com
Тема ecpg help
Дата
Msg-id affeaq$fpv$1@news.hub.org
обсуждение исходный текст
Ответы Re: ecpg help  (Michael Meskes <meskes@postgresql.org>)
ecpg help  (Lee Kindness <lkindness@csl.co.uk>)
Список pgsql-general
Hi,
I am trying to use preprocessor directives inside the declare statements but
its giving me compile time errors.
What i am do is something like this

EXEC SQL BEGIN DECLARE SECTION;
char myvar[NUM];
EXEC SQL END DECLARE SECTION;

#define NUM 20 is present in one of the include files.

Please help.
Vikas.




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

Предыдущее
От: "David Siebert"
Дата:
Сообщение: Re: What is a tuple?
Следующее
От: Hans-Juergen Schoenig
Дата:
Сообщение: Acessing columns of parent tables with PL/pgSQL