Hi, guys,
I understand that it is a good idea to have a shared backend batabase in a multiple user environment. I also learned that seting up a persistent recordset connection fixes the problem for LDB locking, and it will significantly improve the performance when two or more users are in the database.
I am planning to use excel templates and ADO connection to communicate with a shared backend db for my new project, and there will be multiusers. My question is, do I need to set up a persistendt recordset in this case?
I have done some Excel tools and templates in the past, I often use them to read and write data to access database, but most of them are used by a single user.
Your help is greatly appreciated.
David