hi, i have table named as emp which ha one column as dob and i am retreiving dob from my tables,it has 5 rows.i wan to insert those 5 rows records into an array.

For j = 0 To ds.Tables(0).Rows.Count - 1
arr1 = ds.Tables(0).Rows(j)("date")
Next

i used this but it shows error,soplease help me to acheive my need