Subject | Re: [firebird-support] Stored procedure / sql problem |
---|---|
Author | Helen Borrie |
Post date | 2004-12-21T10:45:45Z |
At 09:58 AM 21/12/2004 +0000, you wrote:
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
>Any help/suggestions would be appreciated.Peter, I'd start by going through the whole procedure and correcting the
>
>Code below
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