Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top