Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I drop a column from a cursor?
Message
 
 
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:
01057473
Views:
8
Steven,

From the amount of I/O that an alter table command would do, you may as well just:
select ... ;  && everything but the column you want to drop
   from ... ;
   into cursor ... ;
> Learnt from error message that command Alter Table mycursorname Drop a_column_name is invaild to a cursor,but i sometimes do need so to do.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform