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:
1) Am developing a desktop app in WPF VS2012 and i need to add sqlite database for my project
I have tried using some methods to add sqlite but to know avail
Can someone kindly refer a tutorials on how to use and connect sqlite in WPF VS2012

2) I will like to navigate from one window/page to another, how can this be done

Thank you
Posted
Comments
Sascha Lefèvre 26-Mar-15 17:17pm    
No answer, but a hint: WPF doesn't have anything to do with your choice of a database system. WPF is your presentation layer - there should optimally be at least one layer between that and the data access layer ;-)

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