May 28, 2010
which open source database can be used with windows mobile?
i want an open source data base to be embedded in windows mobile application not the actual application…….kindly suggest me some opensource database which can be embedded in vb.net. Some examples of code will be appriciable…
Related Posts
Filed under Uncategorized by



Comments on which open source database can be used with windows mobile? »
You could do several things.
Read & write to a data file with comma-separated values (flat-file database).
Install an actual database:
http://www.pocketpccentral.net/software/database.htm
Best regards,
subexpression