Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Double, double, toil and trouble!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00578139
Message ID:
00578147
Vues:
24
>I am trying to create a double field with no decimal precision. If I use the following syntax I get an error:
>
>CREATE TABLE mytable (myfield B (8,0))
>
>If I leave off the decimal it runs but creates a field with decimal 2.
>
>CREATE TABLE mytable (myfield B)
>
>How do I create a double field with 0 decimal? I am using VFP 7.0. TIA

CREATE TABLE mytable (myfield B(0))
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform