Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File in Use Error
Message
 
 
To
10/03/2004 11:23:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00884850
Message ID:
00884886
Views:
9
>Sergey,
>
>I am able to issue the USE mytable IN 0 AGAIN command successfully. I am confused as to why the "USE IN mytable" command then does not close the table. I have a single INSERT into the table followed by a "SELECT FROM mytable in ARRAY" statement, but I don't think a SELECT into an array creates a non-filtered view in the same way a SELECT into a cursor does.

Paul,

In 'USE IN mytable' command 'mytable' is workarea alias which may or may not be the same as a table name. If USE mytable IN 0 AGAIN works than mytable table is open in another work area under different alias. You can use Dta Session windor or AUSED() function to find that area.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform