I have 2 projects in Eclipse. The first project calls a method from the second project handing it an object the second project shall write into an existing SQLite Database residing in the second project. However, I get the following error:
opening db: 'tomato.db': Zugriff verweigert
Zugriff verweigert is German for access denied.
How can I allow the db access from the first project to the database file tomato.db residing in the second project?