I am not too experienced with SQL but am fairly strong in C#. I am coding an app that requires a local database, and I choose to use a simple SQL Database. I use Microsoft Visual Studio 2010 Express, and have the SQL package that came with the download. The way I created the database was:
- Right-Click on the project in solution explorer>Add>New Item...
- Local Database, named Database1
- I then create a table called Table1
- Data>Add New Data Source --- Database>Dataset>[It creates a new connection/dataset called Database1DataSet1]
Can give me a link/explination with good instructions of how to do simple things such as set variables to entries, create new entries, delete entries etc. ?
Thank you