cannot drop table in android but can in simulator

hi all experts

i got a problem in running the app in android. when I run the app and test for all icons, i experienced a problem that I cannot drop specific table in android but can in simulator… sometimes it get error code: 6 , sometimes just ignore my drop table command. is it because I always use the following to check?
if db.exec(“SELECT * FROM TBBIRTHDAY;”) == 0 then

end

please help suggest what I can do? thx

best regards
frankie

Hi @ask.frankie,

I think we’ll need to see more code to understand what (and when) you’re calling various operations.

Thanks,

Brent

Hi @ask.frankie,

I think we’ll need to see more code to understand what (and when) you’re calling various operations.

Thanks,

Brent