1
Reply

Columns into array

trond 0

trond 0

Feb 21 2005 7:31 AM
2.3k
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 :-)

Answers (1)
Next Recommended Forum