Webservice with Data as parameter
-
Dear all, I have to make a webservice that gets some data as parameter from the client and saves these into a database. My question is what is the best way to make this? in wich format has to be the data? can i use a datatable/dataset? or each record separatly? or other ways? the amount of records is each time various(till 2000 records). Thanks in advance.
-
Dear all, I have to make a webservice that gets some data as parameter from the client and saves these into a database. My question is what is the best way to make this? in wich format has to be the data? can i use a datatable/dataset? or each record separatly? or other ways? the amount of records is each time various(till 2000 records). Thanks in advance.
You can use dataset as well as datatable, but it will be better if you simple xml to pass as parameter and parse it at recieving end Cheers!! Brij Check my latest Article :URL Routing with ASP.NET 4.0
-- Modified Tuesday, May 18, 2010 6:33 AM