hi there,
sorry this is the third thread I created
based on the last 2 thread help I managed to store the labels into array and figured out about the date
how do I actually extracted all the data from 1 colum out? my select query is to abstract few rows of interger depending on what the user key in.
how do I actually check how many rows are inside there?
say I have a
dataset called result
dataAdapter called dataAdapter1
dataAdapter.fill(result,"facility")
I might have 1 to 14 rows inside depending on the sql select command
sorry this is the third thread I created
based on the last 2 thread help I managed to store the labels into array and figured out about the date
how do I actually extracted all the data from 1 colum out? my select query is to abstract few rows of interger depending on what the user key in.
how do I actually check how many rows are inside there?
say I have a
dataset called result
dataAdapter called dataAdapter1
dataAdapter.fill(result,"facility")
I might have 1 to 14 rows inside depending on the sql select command