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:
01377548
Vues:
11
>>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

int.parse will probably also fail if there is a null in the table.
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform