Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INT field in Dataset
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01377516
Message ID:
01377535
Vues:
15
>Yes, just do a direct cast to "int" instead of converting it to a string, then back into an int.
>
>Replace this:
>
>
>int.Parse(dsx.Tables[0].Rows[0]["udfc1txtbxloc"].ToString())
>
>
>With
>
>
>(int) dsx.Tables[0].Rows[0]["udfc1txtbxloc"]
>
It may fail if the value returned is DbNull.Value
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform