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. Database & SysAdmin
  3. Database
  4. Slow inRetrieving data

Slow inRetrieving data

Scheduled Pinned Locked Moved Database
databasesql-serversysadminhelp
7 Posts 4 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.
  • B Offline
    B Offline
    briogene
    wrote on last edited by
    #1

    I am developing an application and i have used the Dataset technology to retrieve data from the Database(SQL server 2000). The problem is that on loading some Forms that retrieve the data from the Database Via the dataset it takes too much time what could be the problem briogene

    S C I 3 Replies Last reply
    0
    • B briogene

      I am developing an application and i have used the Dataset technology to retrieve data from the Database(SQL server 2000). The problem is that on loading some Forms that retrieve the data from the Database Via the dataset it takes too much time what could be the problem briogene

      S Offline
      S Offline
      soni uma
      wrote on last edited by
      #2

      Actually it is depend on the your page server controls. if you use Gridview than it is take time for loading. umesh

      C 1 Reply Last reply
      0
      • B briogene

        I am developing an application and i have used the Dataset technology to retrieve data from the Database(SQL server 2000). The problem is that on loading some Forms that retrieve the data from the Database Via the dataset it takes too much time what could be the problem briogene

        C Offline
        C Offline
        Colin Angus Mackay
        wrote on last edited by
        #3

        briogene wrote:

        The problem is that on loading some Forms that retrieve the data from the Database Via the dataset it takes too much time what could be the problem

        There are a million and one things that could be the problem. But without a better description from you it makes it hard to us to diagnose. Some things to look at: How long does the query take to run in SQL Server itself? How much data is being transferred? What are you doing to it before the user gets to see it? Do you need a DataSet? Would a forward-only read-only view be more efficient?


        Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website

        1 Reply Last reply
        0
        • S soni uma

          Actually it is depend on the your page server controls. if you use Gridview than it is take time for loading. umesh

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          soni uma wrote:

          Actually it is depend on the your page server controls

          It can depend on a lot more than that.


          Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website

          S 1 Reply Last reply
          0
          • C Colin Angus Mackay

            soni uma wrote:

            Actually it is depend on the your page server controls

            It can depend on a lot more than that.


            Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website

            S Offline
            S Offline
            soni uma
            wrote on last edited by
            #5

            Yes It is Depend on the Many things like time taken by sql query,No of Records and Ect

            1 Reply Last reply
            0
            • B briogene

              I am developing an application and i have used the Dataset technology to retrieve data from the Database(SQL server 2000). The problem is that on loading some Forms that retrieve the data from the Database Via the dataset it takes too much time what could be the problem briogene

              I Offline
              I Offline
              Ian Uy
              wrote on last edited by
              #6

              You can use Threads so the form will not lock up. :)

              C 1 Reply Last reply
              0
              • I Ian Uy

                You can use Threads so the form will not lock up. :)

                C Offline
                C Offline
                Colin Angus Mackay
                wrote on last edited by
                #7

                Ian Uy wrote:

                You can use Threads so the form will not lock up

                That doesn't really solve the root problem.


                Upcoming FREE developer events: * Glasgow: SQL Server Managed Objects AND Reporting Services ... My website

                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