This topic is locked

Formatting decimal places

3/9/2007 5:00:25 PM
ASPRunner.NET General questions
F
fmbma author

Is there a way to format the number of decimal places for a number?

J
Jay 3/9/2007

Depending on the Database use the field as FLOAT and the precision as 2 or as many decimal places you need. This type is available in Oracle, MySQL, Postgre, etc.
Jay