VB .Net 2010
MS Access 2010 database
Win 7
Have a fairly simple data entry/retrieval application. Just forms with standard controls on them, textboxes, labels, dgv. But this company wants it on their network. I don't maintain their network and have had a hard time getting quality response from the people that do maintain it. The company has two offices in different towns. The actual physical network machine is in one office and the other office is connected through the internet. I'm working at the office that is connected through the internet and the application performance is very slow. Just loading a new form can take 10+ seconds.
Most of the data access done using a typed dataset that I created using Add Datasource. I mainly just dragged/dropped the data onto the forms and use TableAdapters for Add/Edit/Delete data. Right now the exe is on the network I'm planning on moving it to the individual desktops once the app stabilizes, right now there are still a lot of changes being made, the database will remain on the network.
My question is,
Does anyone have any advise/tips on working with this type of network that would help the speed. Is there another data access method that I should use that would help the speed.
Any information will be appreciated.
MS Access 2010 database
Win 7
Have a fairly simple data entry/retrieval application. Just forms with standard controls on them, textboxes, labels, dgv. But this company wants it on their network. I don't maintain their network and have had a hard time getting quality response from the people that do maintain it. The company has two offices in different towns. The actual physical network machine is in one office and the other office is connected through the internet. I'm working at the office that is connected through the internet and the application performance is very slow. Just loading a new form can take 10+ seconds.
Most of the data access done using a typed dataset that I created using Add Datasource. I mainly just dragged/dropped the data onto the forms and use TableAdapters for Add/Edit/Delete data. Right now the exe is on the network I'm planning on moving it to the individual desktops once the app stabilizes, right now there are still a lot of changes being made, the database will remain on the network.
My question is,
Does anyone have any advise/tips on working with this type of network that would help the speed. Is there another data access method that I should use that would help the speed.
Any information will be appreciated.