Hi Boris, I have to add multiple tables to the sqlite database say for example: table1, table2, table3...... etc . How can I check if the table exists or not ? say table1 and table3 exists in database, now I want to add table3 without deleting the other tables. Thnaks.