Subject Re: [firebird-support] Array datatype?
Author Kjell Rilbe
Den 2019-08-29 kl. 07:17, skrev 'Check_Mail' check_mail@...
[firebird-support]:
>
> Okay,
>
> unfortunately there is no coherence between the weekday 0-6 and my
> table-Field Montag, Dienstag etc. (developed historically) and the execute
> statement works not too (not with "variable = variable + variable" and not
> with "select variable + variableb from rdb$database"
>
> Thank you, Dimitry!
>
You should probably consider a lookup table, i.e. whatever you would
like to put in an array, put it in a separate table instead, one record
for each array entry.

If the "array" is different for each execution of the procedure,
consider using a global temporary table, GTT. You can find more on this
page (about 1/4 down):
https://firebirdsql.org/rlsnotesh/rnfb210-ddl.html

Regards,
Kjell



[Non-text portions of this message have been removed]