Hello,
I've updated the database my application is using, including editing one columng name- let's say I've changed it from "Users" to "Clients".
However, when I'm debugging the app using B4A Bridge it keep acts like it was using the old DB. When I want to select all the rows where "Clients='xxx'' it returns 0 of them, but when I change it back for the old name ("Users='xxx'") it works just fine. I've tried rebooting the phone, changing DB name and deleting the old database from the files folder and the files tab. Does anybody know how I can deal with this problem?
I've updated the database my application is using, including editing one columng name- let's say I've changed it from "Users" to "Clients".
However, when I'm debugging the app using B4A Bridge it keep acts like it was using the old DB. When I want to select all the rows where "Clients='xxx'' it returns 0 of them, but when I change it back for the old name ("Users='xxx'") it works just fine. I've tried rebooting the phone, changing DB name and deleting the old database from the files folder and the files tab. Does anybody know how I can deal with this problem?