C Chris Dunaway Jun 28, 2007 #3 same question for date in C# Click to expand... I think decimal would be better for monetary types. As for date, just use date. Chris
same question for date in C# Click to expand... I think decimal would be better for monetary types. As for date, just use date. Chris
M M K Jul 1, 2007 #4 This does not work... cmd.Parameters.Add("@BasePay", SqlDbType.Money).Value = Convert.ToDecimal(txtPay.Text); what am i doing wrong?
This does not work... cmd.Parameters.Add("@BasePay", SqlDbType.Money).Value = Convert.ToDecimal(txtPay.Text); what am i doing wrong?
M M K Jul 1, 2007 #5 guess it doesnt convert to a number with a $ in it.. now it does w/o the $ .. funny how that is.. uggg.. guess its tooooo early
guess it doesnt convert to a number with a $ in it.. now it does w/o the $ .. funny how that is.. uggg.. guess its tooooo early