Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Querying a dataset
Message
De
09/08/2006 23:12:14
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
09/08/2006 23:07:06
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01144351
Message ID:
01144397
Vues:
26
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform