Is there a way, outside of Visual FoxPro, to determine if a FoxPro database is currently open? We have a VB app that uses ADO to connect to a FoxPro database. Many of our customers share a database, and encounter problems when one user attempts to install an update while another user has the database opened.
I have tried the FoxPro DBUsed command, but it will always return False when the database is opened by an ODBC connection. I have also noticed that using "Exclusive=YES" in my ADO connection string does not really open the database in an exclusive mode (I can open the database through FoxPro at the same time).
I have tried the FoxPro DBUsed command, but it will always return False when the database is opened by an ODBC connection. I have also noticed that using "Exclusive=YES" in my ADO connection string does not really open the database in an exclusive mode (I can open the database through FoxPro at the same time).