Mensaje
De
03/10/2006 04:51:11
 
 
a
Todos
General information
Foro:
ASP.NET
Category:
ADO.NET
Título:
Datarow Operation
Miscellaneous
ID de la conversación:
01158788
ID del mensaje:
01158788
Views:
82
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
Responder
Mapa
Ver