Question

I am trying to update a database management system on a PPC (Pocket Pc, with less ram and Windows Mobile). The old version of the database is based only on textfiles. I need a database management system which is fast and doesn´t need a lot of ram. Also the system must work under Windows Mobile 5.0. Any ideas?

Was it helpful?

Solution

Try SQLite. It is a very small (~400KB) DBMS for embedded operating systems. As it is open source you can always compile for your own platform, or use interop libraries as directed in this post.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top