CPGDeveloper
Board Regular
- Joined
- Oct 8, 2008
- Messages
- 189
Hi All,
I administer an MS Access Application -- MS Access Front End/Azure SQL Server Back End. Micrisoft issued an Office update last week, and since then the lock file on my application will not go away.
In addition, I'm randomly getting error 3048 -- 'Cannot open anymore databases'. I've been able to solve this by removing any DAO Recordsets and replacing them with ADO Recordsets. But I still cannot get the lock file to disappear upon closing the application.
My understanding is that the long file will not go away if there's an open connection lingering somewhere -- this wasn't happenning as of last week, so I find it hard to believe that's the case, but if it is, is there a way to determine if there's some random connection still open. Or is something else going on? Any help would be appreciated.
I administer an MS Access Application -- MS Access Front End/Azure SQL Server Back End. Micrisoft issued an Office update last week, and since then the lock file on my application will not go away.
In addition, I'm randomly getting error 3048 -- 'Cannot open anymore databases'. I've been able to solve this by removing any DAO Recordsets and replacing them with ADO Recordsets. But I still cannot get the lock file to disappear upon closing the application.
My understanding is that the long file will not go away if there's an open connection lingering somewhere -- this wasn't happenning as of last week, so I find it hard to believe that's the case, but if it is, is there a way to determine if there's some random connection still open. Or is something else going on? Any help would be appreciated.