Current idea: open a target database and open a source database because some table content in the target database is inconsistent with that in the source database, to import some tables from the source database to the target database, follow these steps:
1. open the target database through SQL lite, right-click the target database, and a menu of date transfer wizard is displayed. After you click it, open this form with two options, in which export is exported, import is the import option.
2. After the import option is selected, three options are available for the following resources. (1) annother sqllite database (2) SQL scripte (3) ADO data Source select 1 at this time, and then there is a drop-down box after which you can select the Source Library (of course, the premise is to open the source database through SQL lite)
3. next, click "Next". All Tables in the current target database will be displayed by default. You can select the table that you want to overwrite to the target database, click OK to overwrite the table in the source database to the table in the target database.