Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's a Fractional truncation?
Message
 
 
To
17/03/2004 10:01:09
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00887058
Message ID:
00887136
Views:
10
Hi Peter,

A fractional truncation occurs if any mathematical operations on integers generates result with fractional part. The fractional part is trancatiod, not rounded. For examle,
5 / 2 = 2.5 -> 2
3 * 0.3 = 0.9 -> 0
I'm not sure how it's related to your situation, though.

>I'm running VFP 8 Remote views against a SQL Server 2000 DE via ODBC and get the above error.
>
>How do I determine which field in the server db does the complaining?
>
>Why does it complain?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform