I've been developing in C# for quite a few years and am interested in getting back into C++ development. Most of my projects at work require querying data from the database and doing the usual CRUD. I'm having a hard time trying to find information about connecting to SQL server.
Are there any tutorials that are up to date regarding working with databases with C++?
The Qt framework has SQL facilities (along with a million other things :+) ) There are bound to be other systems as well.
You could use it to make a GUI front-end to all kinds of RDBMS if you want. One can optionally download it's own IDE (QtCreator) or integrate Qt into your existing IDE.