I HAD USE THE DATABASE, AND THEN USE 'CLOSE DATABASE " TO CLOSE IT.
HOWEVER, THERE IS STILL AN ERROR SAID 'FILE IN USE'

I NEED TO QUIT THE EXE FILE, AND THEN RUN IT AGAIN .
PLESASE HELP.

--
Thanks For Your kind Attention.

Best Regards,

Miss. Agnes Cheng
Dynamic Tech Consultants Ltd.

Re: CLOSE DATABASE by Eric

Eric
Tue Nov 25 03:25:27 CST 2003

Perhaps you have one or more tables/databases opened in a different
datasession.
Try CLOSE DATABASE ALL.
See VFP help for info on the ALL argument.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



Re: CLOSE DATABASE by Anders

Anders
Tue Nov 25 04:18:02 CST 2003

Even after a CLOSE DATABASE ALL, the OPeojewct Manager my hve a database
open. Close the Project Manager. You can open it again at once, bu don't
open the Data page. That makes the Project Manager ope all or some of the
database included on that page.
-Anders

"Agnes" <agnes@dynamictech.com.hk> wrote in message
news:eYriFmysDHA.3492@TK2MSFTNGP11.phx.gbl...
> I HAD USE THE DATABASE, AND THEN USE 'CLOSE DATABASE " TO CLOSE IT.
> HOWEVER, THERE IS STILL AN ERROR SAID 'FILE IN USE'
>
> I NEED TO QUIT THE EXE FILE, AND THEN RUN IT AGAIN .
> PLESASE HELP.
>
> --
> Thanks For Your kind Attention.
>
> Best Regards,
>
> Miss. Agnes Cheng
> Dynamic Tech Consultants Ltd.
>
>


Re: CLOSE DATABASE by trw7at

trw7at
Tue Nov 25 11:03:47 CST 2003

Agnes seemed to utter in news:eYriFmysDHA.3492@TK2MSFTNGP11.phx.gbl:

> I HAD USE THE DATABASE, AND THEN USE 'CLOSE DATABASE " TO CLOSE IT.
> HOWEVER, THERE IS STILL AN ERROR SAID 'FILE IN USE'
>
> I NEED TO QUIT THE EXE FILE, AND THEN RUN IT AGAIN .
> PLESASE HELP.
>

Do the following:

CLOSE DATABASES ALL

Click the Data tab of the project manager. For all
databases listed there, click the database name, then
click the "Close" button on the right.

-- TRW
_______________________________________
My e-mail: t r w 7
@ i x . n e t c o m . c o m
_______________________________________