Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT command
Message
From
15/04/2000 12:00:54
 
 
To
14/04/2000 17:56:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00359907
Message ID:
00360006
Views:
10
Edgar-

>When I do a SELECT into a cursor or to a table it rounds the numeric fields. How can I fix that to return exactly what is?
>I tried to SET DECIAMALS but that did not help. Any suggestions?

You can do the select adding 0 (with the maximum number of decimals places) to the numeric field. Something like this:

SELECT 000000000000.000000 + nNumeric FROM cTable
Previous
Reply
Map
View

Click here to load this message in the networking platform