Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Out of Memory error in asp while fetching data from sql and display around 1,00,000 records

Out of Memory error in asp while fetching data from sql and display around 1,00,000 records

Scheduled Pinned Locked Moved Web Development
helpdatabaseperformance
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    priyaahh
    wrote on last edited by
    #1

    Hi Friends, I have following issue in asp page…can you pls give any idea for this.. In my asp page I am displaying records from db table to asp page in table format that’s all.. but that table will have more than 1,00,000 records.. So at the time while displaying, its displaying some records around 15,000 then showing the following error. Response object error 'ASP 0100 : 8007000e' Out of memory /aiucreditdev/credit/ImportTCMonthReportStatus.asp, line 0 Unable to allocate required memory. Please help. Thanks in advance, Priya.

    D R 2 Replies Last reply
    0
    • P priyaahh

      Hi Friends, I have following issue in asp page…can you pls give any idea for this.. In my asp page I am displaying records from db table to asp page in table format that’s all.. but that table will have more than 1,00,000 records.. So at the time while displaying, its displaying some records around 15,000 then showing the following error. Response object error 'ASP 0100 : 8007000e' Out of memory /aiucreditdev/credit/ImportTCMonthReportStatus.asp, line 0 Unable to allocate required memory. Please help. Thanks in advance, Priya.

      D Offline
      D Offline
      Dalek Dave
      wrote on last edited by
      #2

      Possible Solutions[^]

      ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

      1 Reply Last reply
      0
      • P priyaahh

        Hi Friends, I have following issue in asp page…can you pls give any idea for this.. In my asp page I am displaying records from db table to asp page in table format that’s all.. but that table will have more than 1,00,000 records.. So at the time while displaying, its displaying some records around 15,000 then showing the following error. Response object error 'ASP 0100 : 8007000e' Out of memory /aiucreditdev/credit/ImportTCMonthReportStatus.asp, line 0 Unable to allocate required memory. Please help. Thanks in advance, Priya.

        R Offline
        R Offline
        R Giskard Reventlov
        wrote on last edited by
        #3

        Why on earth would you want to display this many rows? There is no possible way for any user to reasonably make sense of that much data. What you should do is to return a sensible subset of the data and allow users to either filter or set up paging with some sort of load-on-demand. At most I would display 200 records (cos the user insisted) and page the rest. Even then put some form of filtering in place so that suers can select what they NEED to see.

        "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups