문제

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