Subject | RE: [firebird-support] Re: Problem with stored procure and Crystal reports |
---|---|
Author | Roger Vellacott |
Post date | 2011-06-09T16:52:21Z |
--- In firebird-support@yahoogroups.com, André Knappstein, Controlling <Knappstein@...> wrote:
Roger Vellacott
Passfield Data Systems Ltd
>I do it all the time. I am sure there is absolutely no problem in having columns putting their values into variables of the same name as the column.
> 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 :)
>
Roger Vellacott
Passfield Data Systems Ltd