Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ALTER TABLE cuts Field names
Message
De
15/02/2000 21:25:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
ALTER TABLE cuts Field names
Divers
Thread ID:
00332686
Message ID:
00332686
Vues:
44
When I use ALTER TABLE to add a .null. to a column in a cursor the field names are all trimmed to 10 characters in length. Is there another way to work around this??
LOCAL ARRAY laPmStruct[1,1], laPmData[1,1]
SELECT TempPm
= AFIELDS(laPmStruct)
CREATE CURSOR AllPm FROM ARRAY laPmStruct
* at this point some field names are more than 10 characters
ALTER TABLE AllPm ;
	ALTER COLUMN DueHours NULL 
* after this command none are longer than 10
Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform