Hi, Microsoft Excel allows custom "Addins", which are all run in the same process space. We use Bloomberg Excel Addin, which uses SQLite 3.7.x and we have no control over what version of SQLite they use. We have our own Addin which uses SQLite 3.11.x and we do not want to use the same version as Bloomberg. Both Addins have their own separate databases and do not share any database connections or anything like that.
I am a bit worried that the initialisation of 2 different versions of SQLite would interfere with one another. Any advice? Many thanks, Gorby