Closed Thread
Results 1 to 2 of 2

How can I make reports faster in excel using ADO

  1. #1
    ST
    Guest

    How can I make reports faster in excel using ADO

    I am using ADO to generate few reports in excel using excel as data
    source.As the size of data has increased the reports have become very
    slow.How can I make these reports faster?

    Thanks in advance.


  2. #2
    Kooster
    Guest

    RE: How can I make reports faster in excel using ADO

    Assuming the report is 'scanning' the rows of data to produce the report in a
    sorted order, try sorting the Excel file in advance (and thereafter) to
    reduce the number of scans the report writer performs. Works like an index in
    a flat-file database.

    P.
    --
    Overcome Sales Barriers
    http://salesbarriers.typepad.com/


    "ST" wrote:

    > I am using ADO to generate few reports in excel using excel as data
    > source.As the size of data has increased the reports have become very
    > slow.How can I make these reports faster?
    >
    > Thanks in advance.
    >
    >


Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1