J
John Sheppard
Hello there,
How do people normally sync datasets between client and webservice? For
example;
I send a dataset to the webservices with updated rows on it, the webservice
execute the sql to persist it to the database and updates the dataset so
that haschanges=false and with the correct Ids in it, I now have an updated
dataset on the webservice, do I just pass that back to the client and merge
it?
Will I get the correct autonumbers and stuff when I do that? Whats the best
way to do it?
Thank you for any assistance
Kind Regards
John Sheppard
How do people normally sync datasets between client and webservice? For
example;
I send a dataset to the webservices with updated rows on it, the webservice
execute the sql to persist it to the database and updates the dataset so
that haschanges=false and with the correct Ids in it, I now have an updated
dataset on the webservice, do I just pass that back to the client and merge
it?
Will I get the correct autonumbers and stuff when I do that? Whats the best
way to do it?
Thank you for any assistance
Kind Regards
John Sheppard