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
Miscellaneous
Thread ID:
00658557
Message ID:
00658561
Views:
20
What error did you get? I ran your code and it works.

>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.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform