Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alter table to drop a column error
Message
De
06/04/2010 14:14:08
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Alter table to drop a column error
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01459000
Message ID:
01459000
Vues:
127
I execute a SQL command to pull some fields into a cursor. Part of the select command is'{ } as mydate'. I've made
sure that the cursor is created with the readwrite and nofilter clauses. After the query, I then try to drop one of the columns
(please don't tell me to exclude it in the first place) using:

Alter table mytable drop column mycol

and I get the following error message, "Invalid operation for the cursor".

If I select "Help", it says, "An attempt was made to use the PACK command on a cursor."

If I suspend the program and modify the structure of the cursor (manually drop the column) no error is thrown.

I'm thinking that what I'd done manually should be capable of being done via code using the alter table...drop...command.
What am I doing wrong?

Now here's the weird part. If I exclude the part, '{ } as mydate' from the SQL, there is no problem.
So, I guess my question is, how do I get an empty date field in my cursor AND be able to execute ALTER TABLE...DROP COLUMN...?

TIA.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform