readraj
Member
- Joined
- Jul 30, 2005
- Messages
- 12
- Programming Experience
- 1-3
I have made one program just to record timings of workers where i have given them user id and password.
when they sign in teh system the system time gets recorded in to database and same when they sign out.
This program is running on LAN and working properly with VB 6.
When i made use of VB.Net and ADO.NET the performance degraded as application takes lot of time to retrive the data.
I am using Dataset and data adaptor object as i have to check whether user exits if yes his password.
if both tallies then record current system time and show report.
But program gets halted for nearly 6-9 seconds at the time of retriving data.
Is it normal with VB.Net or is there any better way to do this?
Can LAN Connection differ it's behaviour for .Net?
when they sign in teh system the system time gets recorded in to database and same when they sign out.
This program is running on LAN and working properly with VB 6.
When i made use of VB.Net and ADO.NET the performance degraded as application takes lot of time to retrive the data.
I am using Dataset and data adaptor object as i have to check whether user exits if yes his password.
if both tallies then record current system time and show report.
But program gets halted for nearly 6-9 seconds at the time of retriving data.
Is it normal with VB.Net or is there any better way to do this?
Can LAN Connection differ it's behaviour for .Net?