Hi Boris, I tried with below line to find out where test.db exists or not? bool b = odb::schema_catalog::exists(odb::id_sqlite, "test.db"); It's always returning false even though database exists. What is the correct way to find the database existence. If not, I have to create the test.db. Thanks, dd