Subject | Re: Problem with stored procure and Crystal reports |
---|---|
Author | diegodelafuente |
Post date | 2011-06-09T16:42:56Z |
I will try changing the names of the output variables and the DB provider.
The problem with ODBC is with my app (VB6).
we are using IBOLE to connect to the database for years without problem and I will not change that now.
Perhaps I can use ODBC only to open reports, but I need to think about the pros and cons of that procedure.
Thanks for Your help.
Regards
Diego
The problem with ODBC is with my app (VB6).
we are using IBOLE to connect to the database for years without problem and I will not change that now.
Perhaps I can use ODBC only to open reports, but I need to think about the pros and cons of that procedure.
Thanks for Your help.
Regards
Diego
--- In firebird-support@yahoogroups.com, André Knappstein, Controlling <Knappstein@...> wrote:
>
> 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 :)
>
> ---
>