zombie_man23
September 16th, 2005, 11:44 AM
I want to put a dataset record into an array. I get a "Specified cast is not valid." error when I try to set the value to the array. Any ideas on what I need to do? Thanks in advance!
arrStudent(1, 0) = Type(dsStudent.Tables("tmpAttend").Rows(0)("StudentID"), ArrayList)
arrStudent(1, 0) = Type(dsStudent.Tables("tmpAttend").Rows(0)("StudentID"), ArrayList)