G
Guest
Hello there,
I hope this is the right newsgroup to post this question...
Let's say I have a 3-tier .net app:
tier 1: sql server 2000
tier 2: win app client
tier 3: a web service delivering data from t1 to t2 using a DataSet.
The data transferred is of about 65.000 rows. This is a lot of data to
deliver with each client request.
What I want is to make the web service a bit smart so as to:
- return all the rows on the first client request
- return only rows with changes on subsequent requests
- return nothing if there are no changes at all
Any solutions / suggestions / references ?
Can web services achieve this kind of logic and functionality ?
Thank you.
Dimitris
I hope this is the right newsgroup to post this question...
Let's say I have a 3-tier .net app:
tier 1: sql server 2000
tier 2: win app client
tier 3: a web service delivering data from t1 to t2 using a DataSet.
The data transferred is of about 65.000 rows. This is a lot of data to
deliver with each client request.
What I want is to make the web service a bit smart so as to:
- return all the rows on the first client request
- return only rows with changes on subsequent requests
- return nothing if there are no changes at all
Any solutions / suggestions / references ?
Can web services achieve this kind of logic and functionality ?
Thank you.
Dimitris