Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically change a field type
Message
De
26/07/2001 17:49:02
 
 
À
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:
00536067
Vues:
10
>Hi
>Can anyone help me how can programmatically change a field type from memo to character
>thanks
>bill

Could you use a combination of COPY TO ... EXTENDED and CREATE FROM?

Use COPY TO...EXTENDED to create a table of your fields. Find the memo field and change the data type to character. Then create a new table using CREATE FROM. You'll probably need to insert records one-by-one into the new table so it could be a time-consuming process.

Hope this helps,
Mark
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform