H Hasnul Hisham Md Saad New Member Licensed User Longtime User Oct 26, 2013 #1 Hi all, This is my first post here. Just a basic question. I'm going to build an app with offline data, which also can be updated when online. What type of database can be used? Thanks in advance.
Hi all, This is my first post here. Just a basic question. I'm going to build an app with offline data, which also can be updated when online. What type of database can be used? Thanks in advance.
rbsoft Active Member Licensed User Longtime User Oct 26, 2013 #2 I would suggest to use SQLite databases. They are fully supported on any smartphone. B4A has excellent tools to use it. There are also a lot of tools for the PC like for example SQLite Expert. Rolf Upvote 0
I would suggest to use SQLite databases. They are fully supported on any smartphone. B4A has excellent tools to use it. There are also a lot of tools for the PC like for example SQLite Expert. Rolf
H Hasnul Hisham Md Saad New Member Licensed User Longtime User Oct 26, 2013 #3 thanks for your reply. now i can start with the reading first. Upvote 0