Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically change a field type
Message
 
 
À
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:
00536577
Vues:
8
Bill

>Can anyone help me how can programmatically change a field type from memo to character
select ....., left(memofield,254) as charfield ;
   from OldTable
   into table NewTable
Change the 254 to whatever desired field with you are wanting to convert it to
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform