Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter table
Message
From
04/03/2002 11:46:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Alter table
Miscellaneous
Thread ID:
00627857
Message ID:
00627857
Views:
40
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.
Next
Reply
Map
View

Click here to load this message in the networking platform