Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on windows phone 8 app development. I want to use some tables from my local database. I have added those records in my SqlCE/SQLite Database manually but whenever I run my application I couldn't retrieve those records.What should I do to get those records?
Posted

1 solution

Try Working with SQLite in Windows Phone 8: a sqlite-net version for mobile [^] to help you get started.

There is an extension that you might need installed - SQLite for Windows Phone[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900