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?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top