Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index Problem
Message
From
28/02/2003 12:42:27
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
 
 
To
26/02/2003 21:51:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00757832
Message ID:
00759504
Views:
27
We came to the conslusion that it's a bug within VFP 6. There is another field in the cursor with a similar name(part_num). There has been no recent upgrades to our LAN or OS's. We reworked the logic to use locate command instead of the seek command. There are less than 30 records in the cursor so performance is not an issue.

Thanks for the help

Jim
>I think your problem occurs before the indexing. "Cannot update cursor" is probably a response to your "INDEX ON cldpart_num TAG cldpartnum ADDITIVE" command, which fails for some reason. I expect that "Index tag not found" is a symptom of this failure, not a cause.
>
>As for why a cursor created with "CREATE CURSOR" can't be updated, it could be system-related: out of disk space or memory, the OS has only allotted a certain amount of space in \Windows\Temp, etc. - this could explain why it came upon you suddenly. Sometimes an OS (especially Novell) marks files or directories read-only or unsharable. I'd look for any recent maintenance done on your LAN, OS upgrades, etc.
Thanks

Jim
Previous
Reply
Map
View

Click here to load this message in the networking platform