Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically change a field type
Message
From
26/07/2001 17:53:09
 
 
To
26/07/2001 17:40:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00536059
Message ID:
00536075
Views:
10
>Hi
>Can anyone help me how can programmatically change a field type from memo to character
>thanks
>bill

You can use Alter Table - Alter Column for that:
Alter Table myTable Alter Column myField c(20)
Although if you have data inside the memo field you might want to save it to do some further processing to prevent losing any data.
Previous
Reply
Map
View

Click here to load this message in the networking platform