A Microsoft SQL Server (msodbcsql) Client Wrapper For (C++)
This Program Is Lisenced Under GNU V3 (https://www.gnu.org/licenses/gpl-3.0.en.html) and comes with ABSOLUTELY NO WARRANTY. You may distribute, modify and run it however you must not claim it as your own nor sublisence it.
I created this project for use in another application due to the lack of wrappers for C++ that are easy to use and can be used asynchronously accross threads.
Note that this is only a wrapper and you need to download msodbcsql.
I might add some formal documentation for this at some point (depending on demand) however for now look at the main.cpp in the Example folder.
I may make also make a c version of it later.