Stored Procedures and libpq library

Поиск
Список
Период
Сортировка
От gausz@wp.pl (Michal Galusza)
Тема Stored Procedures and libpq library
Дата
Msg-id 8ef4a1f3.0408200215.13ff2da5@posting.google.com
обсуждение исходный текст
Список pgsql-general
Hi All,

in my project I need to call stored-function with parameters. The
procedure I use is PQexecParams(...) where char *paramValues[] is used
to pass arguments.
To call stored-function I use "select findFile($1);" The result is
that there is no value passed to the function but function executes
correcly and no error messages are returned. If run from command line
with arguments function works correctly. So where there is the
mistake? Please, help!

cheers,

Michal

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

Предыдущее
От: Jeff Amiel
Дата:
Сообщение: Re: int8, primary key, seq scan
Следующее
От: Marco Colombo
Дата:
Сообщение: Re: How to setup default value "0000-00-00" for "date"