Subject Re: [firebird-support] Stored procedure / sql problem
Author Helen Borrie
At 09:58 AM 21/12/2004 +0000, you wrote:

>Any help/suggestions would be appreciated.
>
>Code below


Peter, I'd start by going through the whole procedure and correcting the
multiple places where you are using the wrong syntax for variables in SQL
statements. The rule is: if you use a variable in an SQL statement,
precede it with a colon; otherwise not.

./hb