Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't Alter Cursor
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Can't Alter Cursor
Miscellaneous
Thread ID:
00658557
Message ID:
00658557
Views:
52
VFP7/SP1 IDE. I have no DBC open.

This works:
Create Cursor aoao (col1 c(40) )
Alter Table aoao add column coco c(40)
This doesn't:
Select * from freetable into cursor iamfree nofilter readwrite
Alter table iamfree add column coco c(40)
What is the best way to alter a cursor's column schema?

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform