Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File is in use message on a regular basis
Message
From
19/11/2008 15:33:30
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01362879
Message ID:
01362936
Views:
10
Which command gives this error?

>I'm getting a different error now. 'Record is not locked' from another form.
>
>>Some commands lock the file header for a millisecond or two. Try to open the table in a Try-catch block, something like
>>Do while .t.
>>   try
>>      USE (tcTable) AGAIN IN 0 ALIAS (lcAlias) SHARED ORDER TAG (tcTag)
>>   catch
>>      loop
>>   endtry
>>   exit
>>enddo
>>
>>>Hi,
>>>
>>>I got the "File is in use" errors on a regular basis. What may be a reason for this?
>>>
>>>I got an error here, for example.
>>>
>>>USE (tcTable) AGAIN IN 0 ALIAS (lcAlias) SHARED ORDER TAG (tcTag)
>>>
>>>That table may be involved in havy processing by many users, but I'm trying to open it in shared mode, so why is the error?
>>>
>>>The application uses local views and the database is located on the server.
>>>
>>>Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform