I have a webservice that is returning a dataset. In dataset there is a table with 4 columns. (LDate, LTime, LDepth and ServiceNumber)
I then try to read only 2 of the columns into array (double[][] valuesArray;) but i cant get it to work. It is LDepth and ServiceNumber. Both columns has numbers with decimals. As a newbee i am struggling with arrays :-)