Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File in Use Error
Message
 
 
À
10/03/2004 11:23:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00884850
Message ID:
00884886
Vues:
10
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform