Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datarow Operation
Message
From
03/10/2006 04:51:11
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Datarow Operation
Miscellaneous
Thread ID:
01158788
Message ID:
01158788
Views:
80
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
Next
Reply
Map
View

Click here to load this message in the networking platform