Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically change a field type
Message
De
27/07/2001 08:29:59
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
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:
00536297
Vues:
7
>Hi
>Can anyone help me how can programmatically change a field type from memo to character
>thanks
>bill

To avoid losing data, issue something like:
CALCULATE MAX(LEN(MYMEMO))

or:

SELECT MAX(LEN(MYMEMO)) as MaxLen into cursor Temp
? MaxLen
Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform