J
John
Hi
We have an access application running over a win2k network. I have now
rewritten the ap in vb.net and the problem is that the vb.net app runs
generally slower(!) then than the access app.
I am using a typical dataset/dataadapter scenario and doing most of the
things in code including the data access layer and individual field binding.
I am reading one master record at a time so this should not be too slow(?).
The detail records appear in grids but these are indexed retrieval.
How can I optimise the application? What areas can I look into and what
techniques can I use to pinpoint the bottlenecks?
Thanks
Regards
We have an access application running over a win2k network. I have now
rewritten the ap in vb.net and the problem is that the vb.net app runs
generally slower(!) then than the access app.
I am using a typical dataset/dataadapter scenario and doing most of the
things in code including the data access layer and individual field binding.
I am reading one master record at a time so this should not be too slow(?).
The detail records appear in grids but these are indexed retrieval.
How can I optimise the application? What areas can I look into and what
techniques can I use to pinpoint the bottlenecks?
Thanks
Regards