Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dot
Message
De
23/02/2006 11:02:31
 
 
À
23/02/2006 10:57:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Dot
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01098524
Message ID:
01098526
Vues:
9
>Hi all
>Help please!
>
create cursor kids (id i)
>alter table kids add column idi n(5.2)
>append blank
>Why cant I enter 99.9 in idi column (only integer)?
>Thanks

You want a comma in the idi field between 5 adn 2 not a decimal. Also if you just want one decimal it should be N(4,1)
create cursor kids (id i)
alter table kids add column idi n(5,2)
append blank
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform