Вопрос

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?

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top