Discussion:
Database
(too old to reply)
nomar26
2004-01-30 03:39:57 UTC
Permalink
Is there any way to find out if a database is open or running and then run a
program based on the result?
Brian Sweeney
2004-01-31 04:14:24 UTC
Permalink
You could try to lock the file. If you can then the file is not in use.
If you can't its open or being used. Problem may come in if a sever has
it open.....
Post by nomar26
Is there any way to find out if a database is open or running and then run a
program based on the result?
Loading...