Subject Re: Crystal Report
Author lysander4444
--- In firebird-support@yahoogroups.com, "diegodelafuente"
<diegodelafuente@...> wrote:

> I use CR to make reports in MSSQL. I use a stored procedure that
> returns a temporal table whith the set of data I wan´t to list, I the
> I use CR for make the report.

Which version of CR are you using?
How do you want to access data? (I recommend ODBC for this).

Build a "selectable" stored procedure. This will create a temporary
table also.
Ask here again if you don't know how to do that. In CR, you just pick
the selectable stored proc as a datasource, and there you go with the
data.

I make _vast_ use of CR with Firebird. Not any problem here.