Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP Reporting..

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-14-04, 09:41
axapta axapta is offline
Registered User
 
Join Date: Apr 2004
Posts: 47
ASP Reporting..

Hi Group,
I've inherited a reporting application which uses Excel for report purposes. Excel is installed on the Web Server and is causing performance issues when the user runs the report from the ASP Pages.

Other than OWC is there another way I can produce reports in formats which will be readable by the end user.

It was suggested that this:
set ExcelApp = CreateObject("Excel.application")
is a bad way to instantiate an object. Is there a preferred way? Can I use another tool/something else for my reporting purposes?

Kind Regards
Reply With Quote
  #2 (permalink)  
Old 06-14-04, 13:04
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Depends on what kind of reporting you need. You could write your ASP to generate CSV files, or you could get much more complex with Crystal Reports.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 06-18-04, 02:29
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,024
Perhaps have a look at this:

Creating a Dynamic Report using ASP and Excel by Jeff Anderson - 1/9/2003
http://www.codetoad.com/asp_excel.asp
Uses:
Response.ContentType = "application/vnd.ms-excel"
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On