
crystal reports help required
Depends on the client o/s. Steer away from CRW & win 3.X - I've seen
connectivity problems pop up due to win 3.x's limited ability to connect to
a SQL Server. NT and 95 - CRX will do just fine. See other comments
below.
Quote:
> Hello,
> I am doing a report for work to identify different approaches to the
> companies reporting. I have prototyped a solution using Crystal
> reports. There are other possible solutions such as Crystal Info, or
> MS Access. The solution I am steering towards is VB and Crystal via
> stored procedures.
> I have a few problems, one is that it is rumoured that Crystal
> retrieves all data onto the client side before doing any grouping. It
> is claimed that a Crystal solution will give us network problems.
This is true with stored procedures (that is - all of the result set is
returned and then grouped)
- you will have to alter the parms before you use the report in order to
prevent this from happening. In otherwords, you will not have the ability
to simply use compiled crystal reports
or crystal info without {*filter*} your network (assuming this is a factor).
Simply write a vb wrapper around a report that will change sp parms to
minimize records returned and your reports should run quickly and not {*filter*}
your network.
Quote:
> The other problem I have had is: when I built the prototype I had to
> build crystal reports on stored procedures which are in a sybase
> database. The crystal reports program does not seem to pick up the
> parameters of all of our stored procedures at the time of building
> them. Does anyone know why this would be; I have seen this happen when
> pressing the 'SQL/ODBC Query' button or the 'Sybase' button
> Does anyone know of any information on how the solution I am proposing
> might affect PC memory?
As long as you stay within the minimum requirements for the version you use
you will be ok.
Quote:
> Are there any potential problems which I should know about?
Not many - just that the stored proc method allows those who haven't used
crystal very much to get accurate results. If you can - stay away from the
record selection formulas as I have experienced problems with date
parameters. There are quite a few gotchas but I can't recall them now.
Quote:
> Is anyone using the product 'Crystal Info'? What is it like?
Its OK - but confusing to set up and use. Should not be set up for the
inexperienced.
Quote:
> TIA,
> Richard.
Hope that helps..cheers
Craig