Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error mesage -> ca0w000v.TMP file Does not exist
Message
De
07/09/2004 19:21:31
 
 
À
07/09/2004 18:54:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00940137
Message ID:
00940140
Vues:
21
Greg,

What is an ADD statement? You mean you mean ALTER TABLE? Don't think you can ALTER TABLE a cursor. Instead of cursor, select into a table. You can ALTER it.

Also, as a part of the SELECT statement you can create the new fields. If you do that, there is no need to ALTER the result. This is better than ALTER TABLE, because the table won't have to be rewritten (ALTER TABLE has to rewrite the entire file).


If I'm off-base on what you are trying to do, it would help if you post a sample of your code.

>After creating a cursor, we are immeiately altering the cursor with ADD statements. The creation of he cursor appears to work but the following ADD line to alter the cursor creates the error message ... "c:\docume!1\merlie\locals~1\temp\ca0w000v.tmp does not exits".
>
>Anyone have any suggestions? We are out of ideas!
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform