M
Mike L
I need to determine from one Access database whether another Access database
is open. How can I do this?
is open. How can I do this?
Mike L said:I need to determine from one Access database whether another Access
database is open. How can I do this?
<snip>Mike L said:Thanks, Stuart. But if the target .mdb is terminated abnormally, the .ldb
may still exist. Is there another way, perhaps using the windows api?
I thought of having the target mdb write the system date/time to an
internal table every minute; link to this table and check if no update has
occurred within the past minute, which would indicate that the target mdb
is not executing. Hoping there is an easier way.
Mike said:I need to determine from one Access database whether another Access database
is open. How can I do this?