|
-
Aug 28th, 2002, 09:45 AM
#1
Thread Starter
New Member
Can you query the tables in a dataset?
Basically what I want to know is if it is possible to query a dataset?
I understand that you can filter a dataset by using a dataview , but what I need to do is take all distinct values from a particular row and display them. So what I need to do is perform a query similar to this on the data in the dataset..
"SELECT DISTINCT row FROM table"
I cant query the database directly because the information being stored in the dataset does not currently exist in the database.
Anyone know if this can be done? or have any insight on to make this possible?
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
|