Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select to integer
Message
 
À
09/10/2001 11:09:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00565961
Message ID:
00565978
Vues:
22
What do you need to convert and how? For example you can use round(..,0), int() or ceil() for numeric fields having decimals. If you need to set field size, say to 10, then you can use something like 0000000000+round(..,0) (though it may fail for size of round(..) > 10).

>When SELECTing into a cursor, is there a way to convert to Integer? Int(MyNumericField) seems to create a field of type N(10).
>
>Hilmar.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform