hi,
i need to know if a function (API or something else) is able to give me the handle of an opened file (.mdb)
I need it because when it will be closed by the other applicaton i can work on it.
thanks in advantage
An '.mdb' file is a database, which you shouldn't open and close like a normal file. Use the database's API functions to connect, disconnect and to work with it.
Multiple people can connect to a database simultanously, although you may sometimes have to wait if a particular table (or row) is temporarily locked.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.