Hi,
First , AFAIK you need to proivde full path on WinCE for database.
Second , why do you use SQLDBLibraryLoader ?
Third , you are connecting to Connect1.DatabaseName:= 'test.db'; and after you search for if FileExists('bazatest.db') - test.db and bazatest.db are not the same file.
Fourth , do you use sqlite3.dll for wince ?
And last - I have tried to use Typhon several times for WinCe and run to lot of problems so I still use plain Lazarus + cross arm wince addon (still with fpc 2.6.4).