simple WM 5.0 database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Which is the simplest way to implement a database (no 3rd party) in WM 5.0?

I'm using a couple of XML files to load comboboxes, but want to try another
option because one of these files grew up a lot.

Thanks in advance,
Ray
 
Depends on your definition of "simplest" but SQL Mobile / SQL Everywhere is
easy, free, and only 2nd party.
 
Alternatively you could implement a simple DB based on object
serialization. This works quite well up to (and maybe beyond) hundreds
of entries.
 
Back
Top