I want to develop an application with
Visual Studio Express 2012 for Windows Desktop and SQL Server Express 2012
in C++11 (modern C++ - NOT C++/CLI) language, where the database is local to the Desktop.
What is the approprate database programming interface? ADO? or ODBC$ or what?
And do exist there helpful programming examples for that?
Thanks in advance
KH Samson