G
Guest
Hi
I'm sending a long string to a web service like this
field1,field2,field3,field4,field5,field6,field7+field1,field2,field3,field4,field5,field6,field7..
On the web service I need to read and to parse it in order to fill a DataSet and to update the DB,so do I have to use the String class' methods inside a Do-While or there is a more powerfull way to do it
Thks
I'm sending a long string to a web service like this
field1,field2,field3,field4,field5,field6,field7+field1,field2,field3,field4,field5,field6,field7..
On the web service I need to read and to parse it in order to fill a DataSet and to update the DB,so do I have to use the String class' methods inside a Do-While or there is a more powerfull way to do it
Thks