on Client:
i have given this application to windows scheduler, so windows is calling this application after each interval.
I want to update data on server depending upon changes made at client.
Currently in my application every client send all data(dataset) while calling update method in refernceobject( .net remoting).
Since all branches sending all data, server n aslo netwok will be loaded, i want to avoid this.HOw can i?
if I am sending data at table level , corruption of data(if happened) may create probs. please tell
thnx in advance
i have given this application to windows scheduler, so windows is calling this application after each interval.
I want to update data on server depending upon changes made at client.
Currently in my application every client send all data(dataset) while calling update method in refernceobject( .net remoting).
Since all branches sending all data, server n aslo netwok will be loaded, i want to avoid this.HOw can i?
if I am sending data at table level , corruption of data(if happened) may create probs. please tell
thnx in advance
Comment