views:

44

answers:

1

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