J
John
Hi
We have a database app with two front ends to handle different areas of the
application. One front end is in access 97 and the other in vb.net. The
backend is a single access 97 database.
The access side relies on access forms to handle the data while the vb.net
app, using dataset/dataadapter, is written to access a single record at a
time in the vb.net forms. The problem is there is no complain about speed on
access side, but the vb.net side often runs too slow. For example when
moving to a single next record there is a noticeable delay. The other
problem is that the vb.net app speed is not consistent. Sometimes a vb.net
form that normally opens in 5-10 seconds opens in 20-30 seconds roughly.
General record access (next/previous records) is slower too. Sometimes it
helps to restart the server but this is not required for access side.
My questions are; what is vb.net noticeably slower than access? Why is the
app speed not consistent while the number of users is the same? And what
can I do to bring the speed difference down? Thanks.
The PCs are all pretty new 2.4/2.8/3.0 GHz dell machines with 256/512 MB
RAM. The server is a 2.4 GHz machine with 1.5 GB RAM. As the users use the
two front ends side by side they can see the difference and I am having a
difficult time selling .net to them over access.
Thanks
Regards
We have a database app with two front ends to handle different areas of the
application. One front end is in access 97 and the other in vb.net. The
backend is a single access 97 database.
The access side relies on access forms to handle the data while the vb.net
app, using dataset/dataadapter, is written to access a single record at a
time in the vb.net forms. The problem is there is no complain about speed on
access side, but the vb.net side often runs too slow. For example when
moving to a single next record there is a noticeable delay. The other
problem is that the vb.net app speed is not consistent. Sometimes a vb.net
form that normally opens in 5-10 seconds opens in 20-30 seconds roughly.
General record access (next/previous records) is slower too. Sometimes it
helps to restart the server but this is not required for access side.
My questions are; what is vb.net noticeably slower than access? Why is the
app speed not consistent while the number of users is the same? And what
can I do to bring the speed difference down? Thanks.
The PCs are all pretty new 2.4/2.8/3.0 GHz dell machines with 256/512 MB
RAM. The server is a 2.4 GHz machine with 1.5 GB RAM. As the users use the
two front ends side by side they can see the difference and I am having a
difficult time selling .net to them over access.
Thanks
Regards