Hi
I need to pass a decimal value into a stored procedure but can't get it to work as it should. I have this code that works for a integer, but how do I change it so it works for decimal value?
cmd.Parameters.Append cmd.CreateParameter("@Price", 3, 1,4,cmd__PriceD)
I need to pass a decimal value into a stored procedure but can't get it to work as it should. I have this code that works for a integer, but how do I change it so it works for decimal value?
cmd.Parameters.Append cmd.CreateParameter("@Price", 3, 1,4,cmd__PriceD)