I have a Visual C# Console Application (Eventually I will add some graphics). I would like to integrate this project with a database with the following functionality:
- During execution the program shall be able to write data to the database
- During execution the program shall be able to read data from the database
- The database shall be stored on a server (Locally will do for now)
How can I obtain this functionality in Visual Studio 2010 Ultimate? (If you need more information let me know)
What "item" should I add to my project in Visual Studio so that I can write SQL statements with query strings?
Over time I would like to be able to store thousands of records to an online database. Thanks!
Relatedlist to the right of your question, which means you should have found it even without a search, BTW).