Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically change a field type
Message
De
26/07/2001 17:53:09
 
 
À
26/07/2001 17:40:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00536059
Message ID:
00536075
Vues:
9
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform