Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Decimal field width inconsistency
Message
 
 
To
09/09/2011 12:32:26
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Desktop
Miscellaneous
Thread ID:
01523093
Message ID:
01523101
Views:
46
VFP stores numeric(N) data type in a table as a string. As result it has to reserve 1 additional position for a sign and one for a decimal point.

Why it's a problem?

>
>I create a table in MsSQL with
>
>CREATE TABLE Test (test Decimal(10,0))
>
>
>When I query from this table
>
>SQLEXEC(1,"SELECT * FROM Test","cuTest")
>
>Then the field Test.test is 12 decimals.
>How can that be, and how can I avoid this inconsistency?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform