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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top