trond 0

trond 0

  • NA
  • 8
  • 0

Columns into array

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