There is an application that uses the firebird database. I need to pull out several tables from this base. At the moment I am writing an application under the "android", this application should download or update its database from the firebird database when it is first started.

How to do it better?

0