Since the application we are developing, which is on a Postgres database need to update sqllite database. This database can be repeated in several networked PCs.
The number of PCs to upgrade, their names and their IP addresses are on the Postgres database.
How I can deal with this problem, knowing that Scriptcase connections are established in the development phase and for this problem the connections to the sqllite database are dynamic?
Thanks