Is there a way to paste a value that has commas into a field that is a numeric field on the database? I've noticed that when you enter a number eg: 123,456 into a field in ASPRunner the number stored in the database will be 123.456. It somehow interprets the comma as a decimal. How can I change this behavior?
↧