I do not know if I'm doing the right question, but this is the situation:
I need to develop an application that will connect to a database. This same application will be used on 2 computers on the same network (I'll call PC1 and PC2). The database is on PC1. The PC2 application should access the database that is on PC1, so both can share the same database.
I want to use an embedded database to be not necessary to install anything beyond my own application in computers.
What better way to do it? What database should I use?
Thank you.