J
JJ
Hi,
I have a situation where I have a Rich Client Win Form App built in C#
and I need to transport a dataset across the internet to a webservice in
asp.net. Database is Sql Server sitting on the same server. Now the problem
resides in the connection type. He is using a satellite connection to
internet. I'm wondering since im calling up a webservice to pass a dataset,
there might be a lag that causes the dataset not to be completely sent. What
method or design should I use in order to make sure dataset arrives to the
webservice completely? The dataset will be about 20 to 25 records with 20
fields per record. Also how can I make sure that the remote database gets
updated from the dataset? Should I have a method in webservice that takes one
or two records from dataset and remotely checks database for existence? Does
anybody have any code examples that basically do what I'm talking about here?
Thanks,
JJ
I have a situation where I have a Rich Client Win Form App built in C#
and I need to transport a dataset across the internet to a webservice in
asp.net. Database is Sql Server sitting on the same server. Now the problem
resides in the connection type. He is using a satellite connection to
internet. I'm wondering since im calling up a webservice to pass a dataset,
there might be a lag that causes the dataset not to be completely sent. What
method or design should I use in order to make sure dataset arrives to the
webservice completely? The dataset will be about 20 to 25 records with 20
fields per record. Also how can I make sure that the remote database gets
updated from the dataset? Should I have a method in webservice that takes one
or two records from dataset and remotely checks database for existence? Does
anybody have any code examples that basically do what I'm talking about here?
Thanks,
JJ