Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Datarow Operation
Message
De
03/10/2006 04:51:11
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Datarow Operation
Divers
Thread ID:
01158788
Message ID:
01158788
Vues:
81
How can I perform +-*/ operation with datarow, eg.


//drSales is datarow
//dr is datarow

drSales["invAmt"] = drSales["invAmt"] * dr["rate"];


give me Error 2 Operator '*' cannot be applied to operands of type 'object' and 'object'


Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform