Re: [android-developers] database question

2013-01-17 Thread dashman
Thanks for the responses. It's a relatively simple database application - so it should fit fine. I downloaded the windows command line program and created a database and then copied it to the device emulator - and worked fine. i was also able to read from the dafault database folder

Re: [android-developers] database question

2013-01-17 Thread Kristopher Micinski
I think people overemphasize this: SQLite will work for most applications, unless you're running a production quality service where you're already hiring a database administrator. For anything which will be running purely on the phone, SQLite is a perfectly good option, I've *never* seen a need

[android-developers] database question

2013-01-16 Thread dashman
I'm at the initial stages of writing an app which will need a database. 1. can android databases be created on windows - i.e. populated. 2. where are these files stored on the device. 3. can an app read multiple database files - e.g. all database files stored in a specific folder. 4. is there

Re: [android-developers] database question

2013-01-16 Thread Kristopher Micinski
On Wed, Jan 16, 2013 at 9:53 PM, dashman erjdri...@gmail.com wrote: I'm at the initial stages of writing an app which will need a database. 1. can android databases be created on windows - i.e. populated. Yes, sqlite will work on Windows. 2. where are these files stored on the device. In

Re: [android-developers] database question

2013-01-16 Thread Todd Grigsby
Before you adopt SQLite, I recommend you research its limitations. On Jan 16, 2013 6:53 PM, dashman erjdri...@gmail.com wrote: I'm at the initial stages of writing an app which will need a database. 1. can android databases be created on windows - i.e. populated. 2. where are these files

[android-developers] Database question

2009-11-19 Thread mh
I am developing on a MyTouch. When I run the example Notepad application data is saved but I don't see anything in the data directory when browsing with AndExplorer. 1) Is root required to see the data files in a directory listing? 2) Is there a device facility available for a typical non-root

[android-developers] database question

2009-10-20 Thread Wouter
Hey, I am working on a project for a belgium Tv Guide. Now I download a database (.db) file from a server to the sdcard to work with. In this database are 2 tabels, tvchannels and tvprograms. Now I can do several updates to the tvchannels table and i want to make a backup of this table to a