Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading a row in a DataSet
Message
De
19/09/2003 08:06:16
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
18/09/2003 17:18:24
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00830470
Message ID:
00830614
Vues:
23
Thank you. This helps.

Jerry




>Hi, Jerry.
>
>You can do this:
>
>
>DataRow row = ds.Tables["mytable"].Rows[0];
>MessageBox.Show(row["myfield"].ToString());
>
>
>HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform