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 > Help in asp

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-05-04, 17:28
meerasan meerasan is offline
Registered User
 
Join Date: Feb 2004
Posts: 4
Help in asp

Hi,

I have an access database with more than 100000 records.i need to load them in to an asp page.do i have an efficient and fast way of doing it.I am using Visual studio 6.0 to write the sccripts.
thanks
Reply With Quote
  #2 (permalink)  
Old 02-05-04, 19:01
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Are you saying that you want to retrieve 100000 records and list them on one ASP page?
Reply With Quote
  #3 (permalink)  
Old 02-10-04, 03:31
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Speed Tips by Charles Carroll
http://www.learnasp.com/learn/speedtips.asp
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #4 (permalink)  
Old 02-10-04, 06:03
Mahavishnu Mahavishnu is offline
Registered User
 
Join Date: Feb 2004
Location: India
Posts: 1
The Best Solution

Hi,

The possible solution for this case is the use of XML DOM / COM. This would make the compilation of your code really quick and retrieve the data in seconds.

The above scenario holds good if you are referring to retrieval of the data.

Good Luck !
Reply With Quote
  #5 (permalink)  
Old 02-10-04, 13:38
meerasan meerasan is offline
Registered User
 
Join Date: Feb 2004
Posts: 4
Hi Bullschmidt

Hi,
Could you explain more about XML /Com.I am not familiar with it.Just like how to proceed and stuff.
thanks
meera
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