Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File is in use
Message
From
20/12/2004 22:22:24
Nitin Parulekar
New Zealand Software Corp Ltd
Hamilton, New Zealand
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00970862
Message ID:
00970874
Views:
39
i just found out other program opened that table with different alias and that's what causing the problem.
following code should reproduce error for anyone

USE nir
USE nir ALIAS nira
SELECT * from nir INTO CURSOR c1 readwrite
USE IN SELECT('c1')
USE IN SELECT('nir')
USE nir && this line gives file is in use error

i am wondering is there any way to find out if a table is open with different alias
Nitin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform