I have two desktop applications in Windows, which are written in two different languages: One in VC++ and the other one in C#. We need to make our database common between the two application. How can we make a common folder to consume the same database?
How do we share the path of the database between these two application?