Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I drop a column from a cursor?
Message
From
08/10/2005 04:15:01
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
 
 
To
08/10/2005 04:05:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01057403
Message ID:
01057407
Views:
10
Since it is not table, you could not use 'alter table',

In fact, you could use as follows:
SELECT col_a, col_b, col_c, col_f from cusorA into cursor cursorA READWRITE
Since someone in UT complain of cursor can overwrite on itself, you should observe it happens to you or not?!
Best regards,

Aaron Chu

********************************************************

Working with Visual FoxPro is a lot of FUN!

********************************************************
Previous
Reply
Map
View

Click here to load this message in the networking platform