Has anyone have good experience using SQLAPI++ Library? (connecting C++ and SQL) What do you recommend, I have a local server,SQL server 2008 and Windows XP.
let\'s say we have a class class MyClass { vector<vector<int > > myMatrice; public : MyClass(vector<vector<int > > &);