i am trying to get the values of a column in to an array
astrFields(intI x)). points to the field name.
but i am not getting all the values of the field i am gettin only one value
vari_able is declared as variant
Code:
vari_able = Split(rs.Fields(astrFields(intIx)).Value, ",")
but i am not getting all the values of the field i am gettin only one value
vari_able is declared as variant
Comment