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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. filling dataset - speed

filling dataset - speed

Scheduled Pinned Locked Moved C#
performancemysqlhelpquestion
2 Posts 2 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
    brain2cpu
    wrote on last edited by
    #1

    I'm shocked: the line dataAdapter.Fill(dataSet, dataTableName); (a local MySQL :mad: connection, ODBC, 8k rows) took more than 1 min to execute, it needs about 2 min to show the window just I'm so unlucky ? or it is a known performance problem here? can I do something to speed it up? (I HAVE to show all those lines) Thanks

    W 1 Reply Last reply
    0
    • B brain2cpu

      I'm shocked: the line dataAdapter.Fill(dataSet, dataTableName); (a local MySQL :mad: connection, ODBC, 8k rows) took more than 1 min to execute, it needs about 2 min to show the window just I'm so unlucky ? or it is a known performance problem here? can I do something to speed it up? (I HAVE to show all those lines) Thanks

      W Offline
      W Offline
      WillemM
      wrote on last edited by
      #2

      I know the problem, mysql and odbc have a speed penalty in the managed code... try to use microsoft desktop database engine instead of the mysql database. This one is fully supported and costs nothing :) Greetings.... :)

      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