Ecreations
Programmer
Hi Guys,
Is there any ways a Data Reader returns an array?
I managed to to get all values returned from the Data Reader into a an arraylist.
here is the code
Do while ObjReader.Read()
For IntCounter = 1 to ObjReader.Fieldcount - 1
MyArray.add(CSTR(ObjReader.GetValue(IntCounter))
Next Intcounter
loop
Is there any ways a Data Reader returns an array?
I managed to to get all values returned from the Data Reader into a an arraylist.
here is the code
Do while ObjReader.Read()
For IntCounter = 1 to ObjReader.Fieldcount - 1
MyArray.add(CSTR(ObjReader.GetValue(IntCounter))
Next Intcounter
loop