I am new to Visual Studio and I would like to quick start some simplest window forms application using DB (prefferably MySQL, anything else may be if it is simple) in Visual Studio 2010 C++ project:
- to establish a local connection (do I need to install and run SQL server separately?)
- to fill a datagrid with data
- to execute SQL queries from editbox
What is the shortest and easiest way?