Hi, I would like to create setup file or some simple code to open my db without exclusive access. I Googled this kind of question, and people suggested to split the database into 2, one that points to the database table to update. How do I do something like that?
If someone has the db open and I want to modify certain thing and try to save it I get the "exclusive access" error which I do not like.
If someone has the db open and I want to modify certain thing and try to save it I get the "exclusive access" error which I do not like.