Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Packing give problem
Message
From
16/04/2001 23:04:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Packing give problem
Miscellaneous
Thread ID:
00495994
Message ID:
00495994
Views:
50
Hi,

My application only at night do some maintenance stuff like packing
and indexing to keep my application in shape. However, occassionally,
when it do some packing, it often give error of 'cannot update
cursor' with error no 111.

Below is part of my code

USE myTable IN 0 EXCLUSIVE

IF USED('myTable') AND ISEXCLUSIVE('myTable')
SELECT myTable
PACK <------- this part give error of 111
USE IN myTable
ENDIF


I am unable to trace what is the cause. Please advise/help. Thank you
Best Regards
Virusim
Next
Reply
Map
View

Click here to load this message in the networking platform