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. General Programming
  3. Visual Basic
  4. Speed up a VB.net project

Speed up a VB.net project

Scheduled Pinned Locked Moved Visual Basic
csharpdatabasesysadminperformance
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.
  • D Offline
    D Offline
    dcode25
    wrote on last edited by
    #1

    I have a vb.net project that connect to a Ms Access Database on network. ( Dataset is created using wizard) When i open a forms or a crystal report the application is very slow. What can i do to speed up the application ? Thank you

    D J 2 Replies Last reply
    0
    • D dcode25

      I have a vb.net project that connect to a Ms Access Database on network. ( Dataset is created using wizard) When i open a forms or a crystal report the application is very slow. What can i do to speed up the application ? Thank you

      D Offline
      D Offline
      DigiOz Multimedia
      wrote on last edited by
      #2

      mysybet123 wrote:

      I have a vb.net project that connect to a Ms Access Database on network. ( Dataset is created using wizard) When i open a forms or a crystal report the application is very slow. What can i do to speed up the application ?

      Is the Crystal Report on the same machine that holds the MS Access Database? If not, you could speed it up by putting them on the same machine.

      Pete Soheil DigiOz Multimedia http://www.digioz.com

      1 Reply Last reply
      0
      • D dcode25

        I have a vb.net project that connect to a Ms Access Database on network. ( Dataset is created using wizard) When i open a forms or a crystal report the application is very slow. What can i do to speed up the application ? Thank you

        J Offline
        J Offline
        JamesS C1
        wrote on last edited by
        #3

        Hello Pete, If your report contains sub-report, please try to uncheck the checkbox "Re-import When Opening" in the "Subreport" tab page of Format Editor of the subreport. You may also try to declare global object of report, when user first starts your application create a new thread and in this new thread fill data in your report but do not bind it to CrystalReport Viewer, when the user wants to view report on click of some button then bind this report to Viewer. I hope this helps. Regards, James

        James Smith www.componentone.com

        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