Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Querying a dataset
Message
From
09/08/2006 23:12:14
John Baird
Coatesville, Pennsylvania, United States
 
 
To
09/08/2006 23:07:06
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01144351
Message ID:
01144397
Views:
22
>>Look at the ds.Tables[0].Select() method. it allows you to build an sql like expression to evaluate on the dataset. The other, to return a distinct list, you use dt.Select(condition, columns[]) where condition is the expression to evaluate, and columns[] is an array of columns which you want to use to determine the distinct.
>>
>>Hope that helps, if you want more, I can give you specific code tomorrow.... Let me know..
>
>Thanks, I will take a look at that by the weekend. I will let you know on the results.

BTW, Kevin Goff's latest code magazine article deals with this particular kind of data munging. You might want to take a look at it. Its an excellent read.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform