Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Numeric to character
Message
 
À
14/07/2000 14:17:37
Tina Levensky
Siegfried, Crandall, Vos & Lewis, P.C.
Kalamazoo, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00392581
Message ID:
00392586
Vues:
8
Try this:

create table mytab (num n(20))
* Add some data
alter table mytab alter column num C(20)
? type('num')
brow
alter table mytab alter column number N(20)
? type('num')
brow

You can see the type has changed but the data remains. This must be a free table.
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform