|
-
Jan 8th, 2007, 03:23 AM
#1
Thread Starter
Fanatic Member
binding databse values to an array
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|