Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataView/DataSet/DataReader
Message
De
08/01/2007 12:16:15
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
À
08/01/2007 11:59:33
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01183234
Message ID:
01183480
Vues:
44
You can also scroll it like this in VB.NET:
For Each row As DataRow in ds1.tables("table_name").Rows
     MsgBox(row("field_name"))
Next
Very fitting: http://xkcd.com/386/
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform