TorreyKite
12-22-2003, 08:33 AM
Hi everyone.
I need to pick an easy to use and reliable reporting tool for my VB6 App.
my data is on SQL server 7 with which I'm using stored procedures to pull data for my app. I plan to use the same procedures for my reports.
I've used VB Data Reports before. Working with the Data Environment was great at first. everything was easy to use. But then I started getting an error evertime I attempted to edit the DE in design time. The error crashes Visual Basic. Even if i didn't edit the DE, when I close the project I get an error message. Not fun when your 90% complete and just need to make a few modifications. Also I've had trouble where it seems to leave out records from the reports. This will change from one PC to the next. My SPs return everything, but the reports sometimes leave out the last line (sometimes randome ones). Bad times....
My other option is Crystal Reports 6.0.... :-\ I know it's a very old version which is why I'm posting this message. I also know that CR is the most widely used reporting tool so it must be good.
-Are there any chronic problems that I should know about.
-I assume that it can pull from SPs. is this true?
-my has 3 layers. should the reports be on my UI layer?
-can it get data from a COM object, or a disconnected recordset?
-Are there any others tools that are very cheap/free worth considering.
My company is small and I'm trying to make the most out of what they already have.
Thanks for any advice that you might have for me.
TK :)
I need to pick an easy to use and reliable reporting tool for my VB6 App.
my data is on SQL server 7 with which I'm using stored procedures to pull data for my app. I plan to use the same procedures for my reports.
I've used VB Data Reports before. Working with the Data Environment was great at first. everything was easy to use. But then I started getting an error evertime I attempted to edit the DE in design time. The error crashes Visual Basic. Even if i didn't edit the DE, when I close the project I get an error message. Not fun when your 90% complete and just need to make a few modifications. Also I've had trouble where it seems to leave out records from the reports. This will change from one PC to the next. My SPs return everything, but the reports sometimes leave out the last line (sometimes randome ones). Bad times....
My other option is Crystal Reports 6.0.... :-\ I know it's a very old version which is why I'm posting this message. I also know that CR is the most widely used reporting tool so it must be good.
-Are there any chronic problems that I should know about.
-I assume that it can pull from SPs. is this true?
-my has 3 layers. should the reports be on my UI layer?
-can it get data from a COM object, or a disconnected recordset?
-Are there any others tools that are very cheap/free worth considering.
My company is small and I'm trying to make the most out of what they already have.
Thanks for any advice that you might have for me.
TK :)