Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 19th, 2003, 04:46 PM
Registered User
 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Advice on reporting via ASP

Hello everyone,

I have recentlty developed a web application across my clients intranet. We used ASP with Interdev 6.0 and SQL server as the backend.

They have now come to me asking me to develop some reports that can be accessed via a drill down within the app. They don't have Crystal Reports so this is not an option. Can anyone suggest an alternative to using crystal reports to publish dynamic reports via the web and ASP?

Thanks in advance,
Jeff
 
Old December 20th, 2003, 12:34 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default

you may use ACCESS database for reports.
use ACCESS reports tools and you can be accessed via a dril down
within the app. create form on ACCESS and put form on Intranet etc.



Quote:
quote:Originally posted by jdboyer
 Hello everyone,

I have recentlty developed a web application across my clients intranet. We used ASP with Interdev 6.0 and SQL server as the backend.

They have now come to me asking me to develop some reports that can be accessed via a drill down within the app. They don't have Crystal Reports so this is not an option. Can anyone suggest an alternative to using crystal reports to publish dynamic reports via the web and ASP?

Thanks in advance,
Jeff
 
Old December 20th, 2003, 05:36 PM
Registered User
 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

But if I create them in access will they have any of the limitations that access has? There is potential for many users and I know access isn't great as your user base increases.

Also, can these reports just be called as web pages? Or how do you display them via a browser?

Jeff
 
Old December 20th, 2003, 07:42 PM
uit uit is offline
Authorized User
 
Join Date: Jul 2003
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Default

check out http://www.datadynamics.com/Products...tFeatures.aspx

The ActiveReports v2.0 product (not the .NET version as you mention VID 6 and ASP) is not too expensive and it can be used from within VB, Access, ASP - a lot of different environments. Basically anywhere you can instantiate a COM object.

You wont need the Pro version unless you want to give the users the ability to develop reports of their own, on their own.

Hope that helps.

ADDED --> Prices are less expensive at places such as Programmers Paradise, etc...
 
Old December 21st, 2003, 12:36 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default

you can save report as html formate.

for this right click the ACCESS report and save as database access page. It will create html file, html file you can use in browser

secondly, you may create forms in ACCESS database, and link the form witht the reports. and save forms as database access page, it will
create html file, html file may be use in browser.
but you have to work on it, you will need to create link
in forms with the reports.html pages.

if you have problem in creating forms with reports link you may simply create reports html pages. for this,

right click the reports
and send to mail recipient (as attactment) it will send all reports html pages to your e.mail address.








Quote:
quote:Originally posted by jdboyer
 But if I create them in access will they have any of the limitations that access has? There is potential for many users and I know access isn't great as your user base increases.

Also, can these reports just be called as web pages? Or how do you display them via a browser?

Jeff





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP Error Trapping and Reporting kevorkian Classic ASP Basics 3 June 2nd, 2007 02:08 PM
Reporting services and asp cjayaprakash BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 2 October 9th, 2004 02:03 PM
ASP 3.0 and SQL Server Reporting Services clydeJones BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 1 June 16th, 2004 02:44 PM
ASP 3.0 and SQL Server Reporting Services clydeJones SQL Server ASP 2 June 11th, 2004 11:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.