Subject Re: [ib-support] Help please.
Author Doug Chamberlin
At 2/8/2001 01:46 PM (Thursday), Stephen J. Thompson wrote:
>[snip]
>insert_person(?,?,?,?,?)}");
>[snip]
>CREATE PROCEDURE "insert_person" (title VARCHAR(15))
>RETURNS (UID INTEGER)

At first glance it looks like the procedure you have defined only allows
one parameter to be passed to it but the call has many parameters. There
may be something that I'M missing here but it looks funny to me!