Closed Thread
Results 1 to 2 of 2

Thread: How to make DataGridView loads data faster ? (4000+ records)

  1. #1
    capedech is offline Newbie
    Join Date
    Jun 2009
    Posts
    7
    Rep Power
    0

    Question How to make DataGridView loads data faster ? (4000+ records)

    Hi,
    I am making a small POS program using VB.Net and MySQL as the database.
    There's more than 4000 items so far and still increasing. It could be 1000 items more.

    So, at the Transaction form, I want to call a form which contain all items information a Dialog Form.
    It worked perfectly when only less that 100 items in the database.

    After I put all the 4000 items data inside the database, when I called the Items Dialog Form, the form didn't show up until 10 seconds.
    After I tested my coding, I realise that it all because the DataGridView need sometimes to load all the data.

    What should I do to make it load faster ?

    Should I show my coding to you ?

    Thanks in Advance.

    Regards,

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    anglina's Avatar
    anglina is offline Learning Programmer
    Join Date
    Jan 2009
    Location
    Vientiane, Laos
    Posts
    76
    Rep Power
    0

    Re: How to make DataGridView loads data faster ? (4000+ records)

    What about threading? If I understand it correctly, you could have the loading of the DB on one thread, and let the rest of your program load without really waiting on the DB to load.
    imacooknotachef.com
    Food/Photo Blog

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. data table with datagridview
    By diane in forum C# Programming
    Replies: 1
    Last Post: 03-13-2010, 08:04 PM
  2. Google: Let's Make the Web Faster
    By Jordan in forum Website Design
    Replies: 8
    Last Post: 06-26-2009, 04:10 PM
  3. Make DSL Faster
    By xtraze in forum Tutorials
    Replies: 1
    Last Post: 04-24-2007, 01:04 PM
  4. Another way to make XP Faster
    By xtraze in forum Tutorials
    Replies: 2
    Last Post: 04-24-2007, 12:59 PM
  5. Make Java Faster
    By Lop in forum Java Help
    Replies: 6
    Last Post: 07-18-2006, 07:39 PM

Tags for this Thread

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