Thread: calling a stored procedure via pqSendQuery

calling a stored procedure via pqSendQuery

From
victor@inf.ufsc.br
Date:
Hi, I've created a stored procedure called test().

Ok, then within a program I wrote in C I tried to call that function, but it
results in a error: "The function test() does not exist"..

But, when I call a built-in function like now(), I got no errors...

There is a special way to create my procedure??

Or the problem is with my C program??

please help!

Thanks..