G
Guest
I've to work on a windows application that involves a number of computers
communicating with one another. Every day at any point of time, a user at
Computer A might press a button and make modifications on the data. Once the
button is pressed, the screen at Computer B should be able to reflect the
modications made immediately.
Since we are not using SQL server or any form of database server due to lack
of resources, every computer will have a set of database tables. So, when a
user at any computer makes any changes, the table at all other PC will have
to be updated.
Does anyone have any advice on how to do this? And which type of database
application should I use, i.e. access, excel or even text files? Thank you.
communicating with one another. Every day at any point of time, a user at
Computer A might press a button and make modifications on the data. Once the
button is pressed, the screen at Computer B should be able to reflect the
modications made immediately.
Since we are not using SQL server or any form of database server due to lack
of resources, every computer will have a set of database tables. So, when a
user at any computer makes any changes, the table at all other PC will have
to be updated.
Does anyone have any advice on how to do this? And which type of database
application should I use, i.e. access, excel or even text files? Thank you.