i know u can extract data using a web service to return a data set but is it possible to update data using a web service and if so does any one have any example code ?
many thanks
Prime ! ;)
Printable View
i know u can extract data using a web service to return a data set but is it possible to update data using a web service and if so does any one have any example code ?
many thanks
Prime ! ;)
Sme way you would update a db anywhere. You make a function that updates a database on the web service server. And call the function like anything else from the web service client.