Database - what will be the best way?

Shay

Well-Known Member
Licensed User
Longtime User
Hi

Starting to build new app - would like to get recommedation / help to the following:

1. app will have local db of products - which database to use? (how to create it locally? is there any software that I can do it on my windows computer and then move it to the android)
2. user can add his own products - which sql to use?
3. user can send his products to the internet (server) and get update from that server

so what is the best way to do all the above?

thanks
 

Shay

Well-Known Member
Licensed User
Longtime User
Thanks I will check it

but how do I prepare the db in advance?
I wish to insert most of the data using my PC
since there are lot's of data

thanks
 
Upvote 0

aklisiewicz

Active Member
Licensed User
Longtime User
you can use SQLite Manager, or SQLiteBrowser (free for non commercial use) it will let you input manually, or copy/paste SQL to import data. Make sure that every table has a PrimaryKey. SQLite is probably the best choice but if you would want for example OpenOffice compatybility you may consider HSQL dB, there are other alternatives as well....

Arthur
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…