Advice on which Unidac components to use in android app
I have a small personal android app which accesses a sqlite database with several tables. The app is single user, no db sharing. Only one table open at a time. Browse, add, edit, delete, search.
I currently am trying out a TUniconnection, and a TUniQuery for each table.
How would you set this up?