If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
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, 08: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, 12: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, 01:29
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
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

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