Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot update cursor error
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00587781
Message ID:
00587800
Views:
36
>Can anyone please help me with this:
>I am getting the following error during runtime of my program,
>{Cannot update the cursor}
>The help file indicates the following, {You have attempted to write to a file that was created or accessed for read-only purposes.} Does this mean the table should be accessed exclusively or not exclusively?
>Thanks
>Max

It means, that the file is marked read-only or locked by server... Unfortunately, this message doesn't tell, which file is marked, so you need to check all your tables.

We got similar problem on Novell network, when somebody shut VFP unproperly... In this case we need to re-boot this machine to free the lock...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform