When the app begins the function MakeRI to write store procedures, the
statement

CLOSE DATABASE
USE "MYDBC.DBC"

I got the error "File is in use"

Does knows somebody this behaviour?

Thanks.

Alejandro Fernandez

Re: Problems running code created by GENDBC by Paul

Paul
Sun Jul 06 23:14:05 CDT 2008

Maybe you have the Project Manager open. That will keep the database open
even after CLOSE DATABASES.



"Alejandro Fernandez" <afernan@emcali.net.co> wrote in message
news:um076873IHA.1436@TK2MSFTNGP05.phx.gbl...
> When the app begins the function MakeRI to write store procedures, the
> statement
>
> CLOSE DATABASE
> USE "MYDBC.DBC"
>
> I got the error "File is in use"
>
> Does knows somebody this behaviour?
>
> Thanks.
>
> Alejandro Fernandez
>
>



Re: Problems running code created by GENDBC by Anders

Anders
Mon Jul 07 14:57:18 CDT 2008

If the POroject Manager is open, select the database on the Data page and
click on the Close button, if there is one. It shows if the PM has the
database open for its own use.

-Anders

"Alejandro Fernandez" <afernan@emcali.net.co> wrote in message
news:um076873IHA.1436@TK2MSFTNGP05.phx.gbl...
> When the app begins the function MakeRI to write store procedures, the
> statement
>
> CLOSE DATABASE
> USE "MYDBC.DBC"
>
> I got the error "File is in use"
>
> Does knows somebody this behaviour?
>
> Thanks.
>
> Alejandro Fernandez
>
>