You are here

Development Software

3 posts / 0 new
Last post
KMEscherich
Offline
Last seen: 13 years 12 months ago
Joined: 2009-12-01 23:20
Development Software

Hi there, am wondering what software and version of software I should get so I can begin to develop a database application to be placed on several portable devices such as a USB flash drive or maybe to be used on cellphones. Please help.

BuddhaChu
BuddhaChu's picture
Offline
Last seen: 7 years 6 months ago
Joined: 2006-11-18 10:26
You need a database that

You need a database that doesn't need to be "installed" for the USB flash drive. For that I recommend sqlite. You could also try XAMPP to use MySQL.

As far as phones go, you're going to need to come up with a platform-specific solution since their OSes are different (Android, Windows Mobile, iPhone OSX, etc)

Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!

wduncan
Offline
Last seen: 1 year 11 months ago
Joined: 2009-08-31 13:52
Other options

There are some other options also, depending on your requirements. For example, if your database needs aren't all that complex, you might be able to run one of the flat-file based databases. There are also models in Java that might be able to run, but of course, you would have to have Java installed on your flash drive. Not all phones will be able to run java applets either, so I would first try and come up with a list of must-haves and then someone here might be able to point you in a better direction.

Sorry to be so vague, but there are many database options out there, and not all (read:most) of them are designed to be cross-platform or portable.

Besides the aforementioned options (I love XAMPP btw, I have found it to be great even in production environments), you might want to consider taking a look at http://www.freebyte.com/programming/database/#opensourcedatabases (Hopefully providing this link doesn't violate forum rules. I have absolutely nothing to do with freebyte so I won't be hurt at all if the link gets edited out. - just trying to provide some info.) That should get you started with some of your options.

I used to sign here, but the ink keeps smudging on my screen.

Log in or register to post comments