> Hi Friends,
>
> I open 5-6 tables using the following code :-
>
> SELE 0
> USE file1 ALIAS alias1
>
> SELE 0
> USE file2 ALIAS alias2
>
> SELE 0
> USE file3 ALIAS alias3
>
> .... and so on
>
> Now suppose I want to close file2 but want to keep other files open.
>
> How do I do that.
>
> Thanks in Advance/Sudhir
Try this:
SELE alias 2
use
Good luck
Florin