Speed up a VB.net project
-
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
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
-
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
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