Beginner, learning as I go - how to get C#/SQLite db set up and ready for testing?

Posted by ChrisC on Stack Overflow See other posts from Stack Overflow or by ChrisC
Published on 2010-03-15T19:02:39Z Indexed on 2010/03/15 19:09 UTC
Read the original article Hit count: 196

Filed under:
|
|

I've messed with Access a little bit in the past, had one class on OO theory, and one class on console c++ apps. Now, as a hobby project, I'm undertaking to write an actual app, which will be a database app using System.Data.SQLite and C#.

I have the db's table structure planned. I have System.Data.SQLite installed and connected to VS Pro. I entered my tables and columns in VS, but that's where I'm stuck. I really don't know how to finish the db set up so I can start creating queries and testing the db structure. Can someone give me guidance to online resources that will help me learn how to get the db properly set up so I can proceed with testing it?

I'm hoping for online resources specific to beginners using C# and System.Data.SQLite, but I'll use the closest I can get.

Thanks.

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about c#