i am developing an app in windows phone 7, in which database connectivity is required. i use sqlite as database. plz give me some idea(code) for connecting sqlite with my app. thnx......
A:
The OpenNETCF.ORM project has a skeleton for a SQLite implementation (changeset 77461 specifically). While that implementation is not complete, it is a Windows Phone project and the code does show how to create a database and issue SQL commands against it.
ctacke
2010-10-13 12:55:33