Subject | Declaring arrays |
---|---|
Author | Sergio |
Post date | 2006-04-07T21:28:51Z |
Hi all.
I need to declare an array in a procedure. I used this syntax:
:
:
DECLARE VARIABLE anyname INTEGER[5]; /* Array of five integer
numbers */
:
:
Is that correct? Or this feature is not implemented? I'm using FB 1.5, and
when I try to compile the procedure I always receive the same message:
ISC ERROR CODE:335544569
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, char 39 [
Regards
Sergio
I need to declare an array in a procedure. I used this syntax:
:
:
DECLARE VARIABLE anyname INTEGER[5]; /* Array of five integer
numbers */
:
:
Is that correct? Or this feature is not implemented? I'm using FB 1.5, and
when I try to compile the procedure I always receive the same message:
ISC ERROR CODE:335544569
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, char 39 [
Regards
Sergio