Subject | Firebird Variable Declaration Problem |
---|---|
Author | Uwe |
Post date | 2011-04-26T14:43:08Z |
I have a very simple problem which I can't resolve.
How do you declare a variable in Firebird WI-V2.50.26074 Firebird 2.5 on Windows 7 64bit ?
I try the following statement in Flamerobin
DECLARE variable myvar integer;
But whenever I try to run the statement I get the following result :
Invalid token
Engine Code : 335544569
Engine Message :
Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, column 9
variable
Total execution time: 0.009s
How do you declare a variable in Firebird WI-V2.50.26074 Firebird 2.5 on Windows 7 64bit ?
I try the following statement in Flamerobin
DECLARE variable myvar integer;
But whenever I try to run the statement I get the following result :
Invalid token
Engine Code : 335544569
Engine Message :
Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, column 9
variable
Total execution time: 0.009s