Luca,
Your English is eccellente, and I am grateful to you for your counsel.
1. My app is to be provided to many distinct business entities, for example, small accounting firms.
2. Some entities or firms will want a multiuser solution while others a single user solution of the app.
3. The SQLite data base is the same format for both the single user as well as the multiuser.
4. The functionality of the app is the same for single user or multiuser.
5. The app will be Android based.
SINGLE USER
The app and the SQLite data base reside on a single Android device. To query and update the data base, the app issues SQL calls.
MULTIUSER
The data base is SQLite and resides on a "server", e.g., a PC running Windows. The app resides in one or more client Android devices. To query and update the data base, the app must use RDC.
I cannot see an alternative other than to have 2 identical sets of data base calls in the app, one SQL based and the other RDC based.
I am asking if there is a more effective solution to achieve the results rather than to have 2 identical sets of data base calls.
Thank you, Luca.
Sandy