Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error mesage -> ca0w000v.TMP file Does not exist
Message
From
07/09/2004 19:21:31
 
 
To
07/09/2004 18:54:01
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00940137
Message ID:
00940140
Views:
22
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
Previous
Reply
Map
View

Click here to load this message in the networking platform