|
-
Apr 5th, 2004, 01:42 PM
#1
Thread Starter
Frenzied Member
Dataset index vs tablename - weird
I have a dataset that gets filled with one table, although it can be a different table depending on the user selection.
I've been using ds.Tables(0).Rows.Whatever just fine. But after a few days off, I came back and most of those references (but not all!) now only work when I use the tablename, e.g. ds.Tables("SomeTable").Rows, etc. ds.Clear is always called before da.Fill. What's going on, any clues? Thanks.
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
|