Multiplying 2 Columns
Posted
by itsaboutcode
on Stack Overflow
See other posts from Stack Overflow
or by itsaboutcode
Published on 2010-05-14T23:51:10Z
Indexed on
2010/05/14
23:54 UTC
Read the original article
Hit count: 272
asp
|asp-classic
Hi,
I am very new to asp and having following problem
I am getting 2 values from 2 column, from database and when i try to multiply them, its giving following error
Error Type:
(0x80020009)
Exception occurred.
This is my code
totalPrice = totalPrice + rs("ProductQunaity") * rs("ProductPrice"`)
© Stack Overflow or respective owner