C
culam
I have a webapp that allows user to enter amount in the
textbox then insert or update into SQL Server database as
decimal(13,4). I can update other fields OK, except the
currency field one.
Is there a function I can convert $4.58 from text box into
decimal.
Thanks,
Lam
textbox then insert or update into SQL Server database as
decimal(13,4). I can update other fields OK, except the
currency field one.
Is there a function I can convert $4.58 from text box into
decimal.
Thanks,
Lam