Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alter table
Message
De
04/03/2002 11:46:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Alter table
Divers
Thread ID:
00627857
Message ID:
00627857
Vues:
37
I have recompiled my application in Visual Foxpro 7.0. from 6.0. Can I no longer alter a cursor in the following manner? If not, then what should I do instead to generate a temp. copy of a table with alterations?

SELECT neworditems
ordnumfields = afields(orditemfieldarray)
CREATE CURSOR orditemview FROM ARRAY orditemfieldarray
ALTER TABLE orditemview ADD COLUMN frominv N(12,1)
ALTER TABLE orditemview ADD COLUMN frompo N(12,1)



I get the error msg:
Invalid operation for the cursor.
alter table orditemview add column fromin n(12,1)
error Number :1115

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform