Expand Minimize
This topic has not yet been rated - Rate this topic

SET FIXED Command

Visual Studio .NET 2003

Specifies if the number of decimal places used in the display of numeric data is fixed.

SET FIXED ON | OFF

Parameters

ON
Uses the SET DECIMALS setting to determine the number of decimal places displayed in results. The default number of decimal places is 2.
OFF
(Default) Allows the number of decimal places displayed in results to depend on the specific constants, variables, and operators used in a numeric expression. The contents of fields are displayed with the declared number of decimal places.

Remarks

SET FIXED is scoped to the current data session.

See Also

SET DECIMALS | SET DATASESSION | Numeric Data Type

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.