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 > PC based Database Applications > Microsoft Excel > Filling out through ADO...speedier?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-17-06, 02:37
Trinsan Trinsan is offline
Registered User
 
Join Date: Oct 2005
Posts: 168
Filling out through ADO...speedier?

Well, I'm doing a series of queries that wind up a in recordset in Access, and from there I open an application instance of Excel and drop in the data into it...

The fun thing is, normally it does this at around 10 rows per second, yet, if I right click on the excel sheet while its filling out, the speed will literally EXPLODE filling out at least 100 rows per second.

As I'm inserting more than 40.000 rows, this performance increase is highly sought after, so I'm looking for the reason why, so people don't have to right click the sheet while its filling out...

Does this make any sense to ya? I can't paste any code, as its running as we speak, but at first chance, I'll drop it by...
__________________
IT squid: networks, servers, firewalls, routers and I dabble a little with SQL-server and Access as well....
Reply With Quote
  #2 (permalink)  
Old 01-17-06, 10:37
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
Hi Trinsan

10 rows\ second - that is terribly slow - as is 100 - are you writing a cell at a time?
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
Reply With Quote
  #3 (permalink)  
Old 01-18-06, 09:47
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
Check out this (the big bank of code) - regularly used to export 40k + rows. No huge delay (faster than 100 rows\ second) but obviously not instantaneous with up to 30MB exports.
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
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