Subject | Re: [firebird-support] Re: Crystal reports and firebird |
---|---|
Author | Miroslav Penchev |
Post date | 2005-06-27T19:35:13Z |
On Mon, 27 Jun 2005 18:46:44 +0300, lysander_fb
<lysandersyahooadress@...> wrote:
on go into several VIEWs and make the final view which gives you
appropriate data for reporting. Then in Crystal Reports use only that view
and it will generate something like SELECT <list of fields> FROM
VIEW_MY_COMPLEX_REPORT WHERE <some filter>. We have about 300 such views
:) and almost everything works fine.
Cheers,
--
Miroslav Penchev
<lysandersyahooadress@...> wrote:
> --- In firebird-support@yahoogroups.com, Robert martin <rob@c...> wrote:Or do it like me ;) - all SELECT statements with all joins, unions and so
>> auto generated by Crystal reports FB (SS 1.5.1.4481) seems to go up to
>> 99% CPU utilization. When this occurs out FB application essentially
>> appears to come to a halt.
>
> I can only confirm what Miroslav was writing. Do NOT use the visual
> query-designer of CR for Firebird-databases. Write your own
> SQL-statements and enter them into the "new command"-field in the
> database assistant of CR.
>
on go into several VIEWs and make the final view which gives you
appropriate data for reporting. Then in Crystal Reports use only that view
and it will generate something like SELECT <list of fields> FROM
VIEW_MY_COMPLEX_REPORT WHERE <some filter>. We have about 300 such views
:) and almost everything works fine.
Cheers,
--
Miroslav Penchev