I’m opening an Access DataBase with just the provider and data source in my connectionstring. I’m trying to drop a table while the database is already opened and used by another application which I cannot alter nor see it’s code and I’m getting the exception I mention in the topic. Which attributes should I add in my connectionstring so I can do what I want?
Share
The table is locked. There is nothing you can do to your connection string to get around this. If it were that easy, what would be the point of the locking mechanism?