Subject Re: [firebird-support] Re: selecting a field by name (using a var)
Author Frank Schlottmann-Gödde
Am 07.11.2011 16:27, schrieb Tomasz Tyrakowski:
> Hi,
>
> One small improvement.
>
> Instead of
>
> execute statement :loc_sql into :out_fecha;
>
> I'd recommend
>
> for execute statement :loc_sql into :out_fecha do suspend;
and additional take a look at
http://www.firebirdsql.org/file/documentation/release_notes/html/rlsnotes251.html#rnfb25-psql-dynex


hth

Frank