Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT command
Message
De
15/04/2000 12:00:54
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
14/04/2000 17:56:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00359907
Message ID:
00360006
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform