Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric to character
Message
 
To
14/07/2000 14:17:37
Tina Levensky
Siegfried, Crandall, Vos & Lewis, P.C.
Kalamazoo, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00392581
Message ID:
00392586
Views:
10
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform