Subject Re: [firebird-support] Problem with stored procure and Crystal reports
Author André Knappstein, Controlling
d> for select versioncol,
d> fechaactualizacion
d> from actualizaciones
d> into :versioncol,
d> :fechaactualizacion
d> do
d> begin
d> suspend;
d> end

And for what it's worth I'd have a bad feeling about using identical names for output parameters and the column names. I can't explain why, but I'd just not do it :)

---